Skip to content

Commit 387b104

Browse files
committed
Support stable rust
Updated dependencies such that Rust stable 1.53 is now supported. The optimised avx_2 option will NOT rust on stable because there's still an unstable feature on subtle-ng. BUT this feature is actually for doc generation and has been removed from Rust. As soon as subtle-ng merges dalek-cryptography/subtle#85, avx2 will probably be supported on stable as well. The rand dep update breaks the benchmarks, but these will be fixed in the next commit.
1 parent dd05268 commit 387b104

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ristretto/dalek_range_proof.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ use bulletproofs::{
4242
BulletproofGens,
4343
PedersenGens,
4444
RangeProof as DalekProof,
45+
4546
};
4647
use merlin::Transcript;
4748

0 commit comments

Comments
 (0)