[WIP] Security work While on holiday
This commit is contained in:
parent
a81ac4efca
commit
7f0231e3f1
109 changed files with 19694 additions and 5210 deletions
|
|
@ -18,7 +18,7 @@ sha2 = { version = "0.11", optional = true }
|
|||
zeroize = { version = "1.9", features = ["derive"] }
|
||||
thiserror = "1"
|
||||
base64 = "0.22"
|
||||
rand_core = { version = "0.10.1" }
|
||||
rand_core = { version = "0.6", features = ["getrandom"] }
|
||||
rand = "0.10.2"
|
||||
getrandom = "0.4.3"
|
||||
mlkem-tls = { version = "0.2", optional = true }
|
||||
|
|
|
|||
Loading…
Reference in a new issue