mirror of
https://github.com/rosenpass/rosenpass.git
synced 2026-02-28 06:23:08 -08:00
feat: Use xchacha implementation from rust crypto instead of sodium
This commit is contained in:
committed by
Karolin Varner
parent
0789c60602
commit
e0f75ab97e
@@ -16,7 +16,7 @@ pub mod aead {
|
||||
|
||||
/// Authenticated encryption with associated data with a constant nonce
|
||||
pub mod xaead {
|
||||
pub use rosenpass_sodium::aead::xchacha20poly1305_ietf::{
|
||||
pub use crate::subtle::xchacha20poly1305_ietf::{
|
||||
decrypt, encrypt, KEY_LEN, NONCE_LEN, TAG_LEN,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user