dev(ciphers): remove keyed hash module

This commit is contained in:
David Niehues
2025-03-19 11:00:47 +01:00
committed by Jan Winkelmann (keks)
parent 38f371e3d7
commit 6f71767529
2 changed files with 0 additions and 5 deletions

View File

@@ -5,8 +5,6 @@ pub mod subtle;
/// All keyed primitives in this crate use 32 byte keys
pub const KEY_LEN: usize = 32;
const_assert!(KEY_LEN == Aead::KEY_LEN);
const_assert!(KEY_LEN == XAead::KEY_LEN);
const_assert!(KEY_LEN == hash_domain::KEY_LEN);
/// Keyed hashing