update libcrux chachapoly to use libcrux-chacha20poly1305

This commit is contained in:
Jan Winkelmann (keks)
2025-02-27 16:56:05 +01:00
parent 01a1408044
commit 075d9ffff3
5 changed files with 303 additions and 104 deletions

View File

@@ -19,7 +19,7 @@ pub use crate::subtle::keyed_hash::KeyedHash;
/// Authenticated encryption with associated data (AEAD)
/// Chacha20poly1305 is used.
#[cfg(feature = "experiment_libcrux")]
pub use subtle::libcrux::chacha20poly1305_ietf::Chacha20poly1305 as Aead;
pub use subtle::libcrux::chacha20poly1305_ietf::ChaCha20Poly1305 as Aead;
/// Authenticated encryption with associated data (AEAD)
/// Chacha20poly1305 is used.