mirror of
https://github.com/rosenpass/rosenpass.git
synced 2026-02-28 06:23:08 -08:00
doc(rp+rosenpass+ciphers+cipher-traits): Apply cargo fmt formatting
This commit is contained in:
committed by
Jan Winkelmann (keks)
parent
006946442a
commit
b21a95dbbd
@@ -66,10 +66,12 @@ where
|
||||
Static::keyed_hash(key, data, out)
|
||||
}
|
||||
|
||||
/// Returns the key length of the keyed hash function.
|
||||
pub const fn key_len(self) -> usize {
|
||||
Self::KEY_LEN
|
||||
}
|
||||
|
||||
/// Returns the hash length of the keyed hash function.
|
||||
pub const fn hash_len(self) -> usize {
|
||||
Self::HASH_LEN
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user