Adding password hashing functionality

This commit is contained in:
Kevin Lewi
2020-06-08 21:02:01 -07:00
parent 88696763cc
commit 57e152b028
7 changed files with 256 additions and 45 deletions
+1
View File
@@ -16,6 +16,7 @@ generic-array = "0.12.3"
hkdf = "0.8.0"
hmac = "0.7.1"
rand_core = "0.5.1"
scrypt = "0.2.0"
sha2 = "0.8"
thiserror = "1"
x25519-dalek = "0.6.0"