mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-11-15 18:47:01 +00:00
Merge branch 'develop'
This commit is contained in:
@@ -21,8 +21,10 @@ byteorder = "1"
|
||||
ff = { version = "0.6", path = "../ff", features = ["derive"] }
|
||||
group = { version = "0.6", path = "../group" }
|
||||
rand_core = "0.5"
|
||||
subtle = "2.2.1"
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = "0.3"
|
||||
rand_xorshift = "0.2"
|
||||
|
||||
[features]
|
||||
@@ -30,5 +32,9 @@ unstable-features = ["expose-arith"]
|
||||
expose-arith = []
|
||||
default = []
|
||||
|
||||
[[bench]]
|
||||
name = "pairing_benches"
|
||||
harness = false
|
||||
|
||||
[badges]
|
||||
maintenance = { status = "actively-developed" }
|
||||
|
||||
Reference in New Issue
Block a user