mirror of
https://github.com/arnaucube/ark-r1cs-std.git
synced 2026-01-11 00:11:29 +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
|
// a * a * a = a^3
|
||||||
assert_eq!(
|
assert_eq!(
|
||||||
a_native * &(a_native * &a_native),
|
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()
|
.unwrap()
|
||||||
.get_value()
|
.get_value()
|
||||||
.unwrap()
|
.unwrap()
|
||||||
|
|||||||
Reference in New Issue
Block a user