Skip to content

Commit 508a215

Browse files
avoid ff changes
1 parent 12e5ebe commit 508a215

File tree

4 files changed

+980
-986
lines changed

4 files changed

+980
-986
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ serde = { version = "1.0", optional = true, features = ["derive"] }
2323
fff = { version = "0.2.0", features = ["derive"] }
2424
groupy = "0.3.0"
2525
rand_core = "0.5"
26-
lazy_static = "1.4.0"
26+
hkdf = "0.8.0"
27+
sha2ni = "0.8.1"
2728

2829
[dev-dependencies]
2930
rand_xorshift = "0.2"
@@ -36,4 +37,3 @@ default = []
3637

3738
[badges]
3839
maintenance = { status = "actively-developed" }
39-

0 commit comments

Comments
 (0)