Skip to content

Commit

Permalink
feat: implement hasing based on the new rfc
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Feb 25, 2020
1 parent 53e522c commit f067364
Show file tree
Hide file tree
Showing 5 changed files with 250 additions and 31 deletions.
136 changes: 134 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@ pro-release-commit-message = "chore(release): starting development cycle for {{n
[dependencies]
ff = { version = "0.2", package = "fff" }
groupy = "0.3.0"
paired = "0.17.0"
paired = "0.18.0"
rayon = "1"
rand_core = "0.5.1"
thiserror = "1.0"
sha2ni = "0.8.1"
hkdf = "0.8.0"

[workspace]
members = [
Expand All @@ -34,3 +36,5 @@ default = []
[dev-dependencies]
rand_xorshift = "0.2.0"
rand = "0.7"
hex = "0.4.2"

2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nightly-2020-01-26
nightly-2020-02-17
Loading

0 comments on commit f067364

Please sign in to comment.