feat: Use xchacha implementation from rust crypto instead of sodium

This commit is contained in:
Karolin Varner
2024-01-27 21:38:13 +01:00
committed by Karolin Varner
parent 0789c60602
commit e0f75ab97e
3 changed files with 47 additions and 1 deletions
+1
View File
@@ -1,2 +1,3 @@
pub mod incorrect_hmac_blake2b;
pub mod chacha20poly1305_ietf;
pub mod xchacha20poly1305_ietf;