Replace tiny_keccak with sha3 in Monero

This commit is contained in:
Luke Parker
2022-09-28 09:29:58 -04:00
parent fd48bbd15e
commit 49749d96a0
3 changed files with 5 additions and 9 deletions

View File

@@ -22,7 +22,7 @@ rand_distr = "0.4"
zeroize = { version = "1.3", features = ["zeroize_derive"] }
subtle = "2.4"
tiny-keccak = { version = "2", features = ["keccak"] }
sha3 = "0.10"
blake2 = { version = "0.10", optional = true }
curve25519-dalek = { version = "3", features = ["std"] }