mirror of
https://github.com/rosenpass/rosenpass.git
synced 2026-02-28 14:33:37 -08:00
update libcrux chachapoly to use libcrux-chacha20poly1305
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user