Skip to content

Commit

Permalink
Add missing variants to IMPLEMENTED_MECHANISMS
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-nitrokey committed Dec 20, 2024
1 parent 8a9bb9d commit 5cba648
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ pub const IMPLEMENTED_MECHANISMS: &[Mechanism] = &[
Mechanism::P521Prehashed,
#[cfg(feature = "sha256")]
Mechanism::Sha256,
#[cfg(feature = "shared-secret")]
Mechanism::SharedSecret,
#[cfg(feature = "tdes")]
Mechanism::Tdes,
#[cfg(feature = "totp")]
Mechanism::Totp,
#[cfg(feature = "x255")]
Expand Down

0 comments on commit 5cba648

Please sign in to comment.