doc(rp+rosenpass+ciphers+cipher-traits): Apply cargo fmt formatting

This commit is contained in:
David Niehues
2025-03-20 17:46:41 +01:00
committed by Jan Winkelmann (keks)
parent 006946442a
commit b21a95dbbd
5 changed files with 9 additions and 10 deletions

View File

@@ -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
}