feat: Use chacha 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 e42f90b048
commit 0789c60602
6 changed files with 246 additions and 1 deletions
+1
View File
@@ -1 +1,2 @@
pub mod incorrect_hmac_blake2b;
pub mod chacha20poly1305_ietf;