File tree Expand file tree Collapse file tree 3 files changed +152
-5
lines changed Expand file tree Collapse file tree 3 files changed +152
-5
lines changed Original file line number Diff line number Diff line change @@ -28,12 +28,20 @@ clear_on_drop = "0.2"
2828hex = " 0.3"
2929criterion = " 0.2"
3030bincode = " 1"
31+ rand_chacha = " 0.1"
3132
3233[features ]
3334avx2_backend = [" curve25519-dalek/avx2_backend" ]
3435# Disable the yoloproofs feature for the released crate, so that it's not possible for someone to publish a crate using R1CS proofs yet.
3536# yoloproofs = []
3637
38+ [[test ]]
39+ name = " range_proof"
40+
41+ [[test ]]
42+ name = " r1cs"
43+ required-features = [" yoloproofs" ]
44+
3745[[bench ]]
3846name = " range_proof"
3947harness = false
@@ -42,7 +50,3 @@ harness = false
4250name = " r1cs"
4351harness = false
4452required-features = [" yoloproofs" ]
45-
46- [[test ]]
47- name = " r1cs"
48- required-features = [" yoloproofs" ]
Original file line number Diff line number Diff line change @@ -266,7 +266,6 @@ impl<'a> BulletproofGensShare<'a> {
266266
267267#[ cfg( test) ]
268268mod tests {
269- extern crate hex;
270269 use super :: * ;
271270
272271 #[ test]
You can’t perform that action at this time.
0 commit comments