feat: Migrate away from sodium blake2b towards the rust crypto implementation

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