We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 382a712 commit 0abe7e4Copy full SHA for 0abe7e4
Cargo.toml
@@ -14,7 +14,7 @@ ahash = "0.8"
14
anyhow = "1"
15
base32 = "0.5.1"
16
base64 = "0.22"
17
-blake2 = { git = "https://github.com/huitseeker/hashes.git", branch = "blake2x-pr", features = ["blake2x"] }
+blake2 = { git = "https://github.com/huitseeker/hashes.git", rev = "4d3debf264a45da9e33d52645eb6ee9963336f66", features = ["blake2x"] } # PR: https://github.com/RustCrypto/hashes/pull/704
18
bls-signatures = { version = "0.15" }
19
bls12_381 = "0.8"
20
cid = { version = "0.10.1", features = ["std"] }
0 commit comments