mirror of
https://github.com/arnaucube/Nova.git
synced 2026-01-19 04:11:31 +01:00
Update crate versions (#119)
* update crate versions * fix clippy issues * cargo fmt
This commit is contained in:
@@ -147,7 +147,7 @@ where
|
||||
let negone = -<G::Scalar>::one();
|
||||
|
||||
let powers_of_two = (0..G::Scalar::NUM_BITS)
|
||||
.map(|i| G::Scalar::from(2u64).pow_vartime(&[u64::from(i)]))
|
||||
.map(|i| G::Scalar::from(2u64).pow_vartime([u64::from(i)]))
|
||||
.collect::<Vec<_>>();
|
||||
|
||||
let pp = |s: &mut String, lc: &LinearCombination<G::Scalar>| {
|
||||
|
||||
Reference in New Issue
Block a user