This commit is contained in:
Jan Winkelmann (keks)
2025-02-21 14:56:35 +01:00
parent 2ddd1488b3
commit 44e46895aa
19 changed files with 310 additions and 126 deletions

View File

@@ -8,8 +8,8 @@
pub mod chacha20poly1305_ietf;
#[cfg(feature = "experiment_libcrux")]
pub mod chacha20poly1305_ietf_libcrux;
pub mod xchacha20poly1305_ietf;
mod hash_functions;
pub mod either_hash;
mod hash_functions;
pub mod xchacha20poly1305_ietf;
pub use hash_functions::{blake2b, incorrect_hmac_blake2b, keyed_shake256};
pub use hash_functions::{blake2b, incorrect_hmac_blake2b, keyed_shake256};