CryptoUtil
This commit is contained in:
parent
1efcb8837c
commit
912aa9491c
10 changed files with 153 additions and 35 deletions
|
|
@ -17,6 +17,7 @@ hkdf = { version = "0.13", optional = true }
|
|||
sha2 = { version = "0.11", optional = true }
|
||||
zeroize = { version = "1.9", features = ["derive"] }
|
||||
thiserror = "1"
|
||||
base64 = "0.22"
|
||||
rand_core = { version = "0.6", features = ["getrandom"] }
|
||||
getrandom = "0.4.3"
|
||||
mlkem-tls = { version = "0.2", optional = true }
|
||||
|
|
|
|||
Loading…
Reference in a new issue