We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ed3c15 commit 15e0363Copy full SHA for 15e0363
mls-rs-crypto-rustcrypto/Cargo.toml
@@ -43,6 +43,7 @@ rand_core = { version = "0.6", default-features = false, features = ["alloc"] }
43
# AEAD
44
aes-gcm = { version = "0.10", features = ["zeroize"] }
45
chacha20poly1305 = { version = "0.10", default-features = false, features = ["alloc", "getrandom"] }
46
+generic-array = { version = "=0.14.7", default-features = false }
47
aead = { version = "0.5", default-features = false, features = ["alloc", "getrandom"] }
48
49
# Hash
0 commit comments