mirror of
https://github.com/arnaucube/ark-r1cs-std.git
synced 2026-01-10 16:01:28 +01:00
Fix ns
This commit is contained in:
committed by
Pratyush Mishra
parent
b63d255ea3
commit
cb1bcb1cbf
@@ -434,7 +434,7 @@ pub(crate) mod tests {
|
||||
// a * a * a = a^3
|
||||
assert_eq!(
|
||||
a_native * &(a_native * &a_native),
|
||||
a.pow_by_constant(cs.ns(|| "test_pow"), &[3])
|
||||
a.pow_by_constant(cs.ns(|| "test_constant_pow"), &[3])
|
||||
.unwrap()
|
||||
.get_value()
|
||||
.unwrap()
|
||||
|
||||
Reference in New Issue
Block a user