Skip to content
This repository has been archived by the owner on Feb 14, 2021. It is now read-only.

Commit

Permalink
Merge pull request #5 from NikVolf/hash
Browse files Browse the repository at this point in the history
Initial fixed-size data structures impl
  • Loading branch information
NikVolf authored Sep 4, 2017
2 parents 5bb7551 + aa3d251 commit 916ebb6
Show file tree
Hide file tree
Showing 4 changed files with 628 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ authors = ["NikVolf <nikvolf@gmail.com>"]

[dependencies]
wasm-alloc = { path = "alloc" }
rustc-hex = "1.0.0"

[dependencies.bigint]
version = "4"
Expand Down
Loading

0 comments on commit 916ebb6

Please sign in to comment.