mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Resolve #268 by adding a Zeroize to DigestTranscript which writes a full block
This is a 'better-than-nothing' attempt to invalidate its state. Also replaces black_box features with usage of the rustversion crate.
This commit is contained in:
@@ -13,6 +13,11 @@ all-features = true
|
||||
rustdoc-args = ["--cfg", "docsrs"]
|
||||
|
||||
[dependencies]
|
||||
rustversion = "1"
|
||||
|
||||
subtle = "^2.4"
|
||||
zeroize = "^1.5"
|
||||
|
||||
digest = "0.10"
|
||||
|
||||
blake2 = { version = "0.10", optional = true }
|
||||
|
||||
Reference in New Issue
Block a user