↓ 27 callersFunctiongenerate_totp(
secret: &[u8],
time: u64,
digits: OtpDigits,
period: u32,
algorithm: OtpAlgorithm,
)
crates/verrou-crypto-core/src/totp.rs:156
↓ 23 callersFunctionvalidate_phraseValidate a BIP39 mnemonic phrase: word count, word membership, and checksum. # Arguments `words` — slice of words in the mnemonic (12, 15, 18, 21, o
crates/verrou-crypto-core/src/bip39/mod.rs:107
↓ 14 callersFunctionvalidate_totp(
secret: &[u8],
time: u64,
code: &str,
digits: OtpDigits,
period: u32,
algorithm: Otp
crates/verrou-crypto-core/src/totp.rs:191