mirror of
https://github.com/arnaucube/ark-curves-cherry-picked.git
synced 2026-01-09 07:21:30 +01:00
Let ark-curve-constraint-tests work with latest arkworks-rs algebra (#112)
This commit is contained in:
@@ -340,7 +340,7 @@ pub mod curves {
|
|||||||
|
|
||||||
// Check scalar mul with edge cases
|
// Check scalar mul with edge cases
|
||||||
for scalar in scalars.iter() {
|
for scalar in scalars.iter() {
|
||||||
let native_result = a_native.mul(scalar);
|
let native_result = a_native.mul_bigint(scalar);
|
||||||
let native_result = native_result.into_affine();
|
let native_result = native_result.into_affine();
|
||||||
|
|
||||||
let scalar_bits: Vec<bool> = BitIteratorLE::new(&scalar).collect();
|
let scalar_bits: Vec<bool> = BitIteratorLE::new(&scalar).collect();
|
||||||
|
|||||||
Reference in New Issue
Block a user