Skip to content

Commit

Permalink
use u128 for bigint limbs (#9)
Browse files Browse the repository at this point in the history
* update to rand 0.5

* use u128 for bigint limbs
  • Loading branch information
andresilva authored and NikVolf committed Jul 25, 2018
1 parent 786c0d5 commit 9f1acd9
Show file tree
Hide file tree
Showing 8 changed files with 179 additions and 152 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ default = ["rustc-serialize"]
name = "api"

[dependencies]
rand = "0.4"
rand = { version = "0.5", features = ["i128_support"] }
rustc-serialize = { version = "0.3", optional = true }
byteorder = "1.0"
byteorder = { version = "1.0", features = ["i128"] }
crunchy = "0.2.1"

[dev-dependencies.bincode]
Expand Down
Loading

0 comments on commit 9f1acd9

Please sign in to comment.