dev(ciphers): change HashDomain and related structures to use EitherShakeOrBlake. Docu pending

This commit is contained in:
David Niehues
2025-02-11 21:14:24 +01:00
parent cf74584f51
commit 30e158f594
4 changed files with 51 additions and 29 deletions

View File

@@ -10,6 +10,6 @@ pub mod chacha20poly1305_ietf;
pub mod chacha20poly1305_ietf_libcrux;
pub mod xchacha20poly1305_ietf;
mod hash_functions;
pub mod hash_choice;
pub mod either_hash;
pub use hash_functions::{blake2b, incorrect_hmac_blake2b, keyed_shake256};