dev(ciphers): add implementation of shake256

This commit is contained in:
David Niehues
2025-02-11 11:31:02 +01:00
parent ac3f21c4bd
commit 5a2555a327
5 changed files with 71 additions and 0 deletions

View File

@@ -11,3 +11,6 @@ pub mod chacha20poly1305_ietf;
pub mod chacha20poly1305_ietf_libcrux;
pub mod incorrect_hmac_blake2b;
pub mod xchacha20poly1305_ietf;
pub mod hash_functions;
pub use hash_functions::{keyed_shake256};