Opaque: use argon2 as slow hash

This commit is contained in:
Valentin Tolmer
2021-06-08 23:24:33 +02:00
committed by nitnelave
parent 973fa40dd1
commit 86bfd37b70
5 changed files with 114 additions and 1 deletions

3
Cargo.lock generated
View File

@@ -1287,9 +1287,12 @@ version = "0.1.0"
dependencies = [
"chrono",
"curve25519-dalek",
"digest",
"generic-array",
"getrandom 0.2.3",
"opaque-ke",
"rand 0.8.3",
"rust-argon2",
"serde",
"sha2",
"sqlx",