Searched defs:ShortV1Salt (Results 1 – 3 of 3) sorted by relevance
43 pub struct ShortV1Salt([u8; SHORT_SALT_LEN]); struct45 impl From<[u8; SHORT_SALT_LEN]> for ShortV1Salt { implementation51 impl ShortV1Salt { implementation61 impl V1Salt for ShortV1Salt { implementation67 impl FromCryptoRng for ShortV1Salt { implementation
43 pub(crate) fn encrypted_mic_short_salt(salt: ShortV1Salt, token: &V1IdentityToken) -> Self { in encrypted_mic_short_salt()
369 impl MicSectionEncoderSalt for ShortV1Salt { implementation