Remove SHA-3.

This commit is contained in:
Luca Palmieri 2021-08-30 10:10:32 +02:00
parent e106c5c69a
commit 4695dfebf4
2 changed files with 292 additions and 348 deletions

639
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -35,7 +35,6 @@ rand = { version = "0.8", features= ["std_rng"] }
tracing-actix-web = "0.4.0-beta.8"
anyhow = "1.0.40"
base64 = "0.13.0"
sha3 = "0.9"
argon2 = { version = "0.3", features = ["std"] }
[dev-dependencies]