Skip to content

Commit

Permalink
Remove all rand instances
Browse files Browse the repository at this point in the history
  • Loading branch information
pkakelas committed Aug 31, 2023
1 parent d3fc0a4 commit ebc1207
Show file tree
Hide file tree
Showing 7 changed files with 571 additions and 809 deletions.
3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ harness = false
amcl = { path = "./incubator-milagro-crypto-rust", default-features = false, features = ["bls381"]}
hex = { version = "0.4.0", optional = true }
lazy_static = { version = "1.4.0", optional = true }
rand = { version = "0.8.5", default-features = false }
zeroize = "1.0.0"

# This cannot be specified as dev-dependencies. Otherwise a cargo bug will always resolve `rand` with `std` feature, which breaks `no_std` builds.
Expand All @@ -23,8 +22,6 @@ criterion = { version = "0.3.0", optional = true }
default = ["std"]
bench = ["criterion"]
std = [
"rand/std",
"rand/std_rng",
"lazy_static",
"hex",
]
281 changes: 0 additions & 281 deletions benches/bls381_benches.rs

This file was deleted.

Loading

0 comments on commit ebc1207

Please sign in to comment.