mirror of
https://github.com/arnaucube/ark-curves-cherry-picked.git
synced 2026-01-10 07:51:31 +01:00
Format
This commit is contained in:
@@ -370,7 +370,7 @@ pub fn frobenius_test<F: Field, C: AsRef<[u64]>>(characteristic: C, maxpower: us
|
||||
for power in 1..maxpower {
|
||||
let mut a_qi = a;
|
||||
a_qi.frobenius_map(power);
|
||||
assert_eq!(a_qi, a_q);
|
||||
assert_eq!(a_qi, a_q, "failed on power {}", power);
|
||||
|
||||
a_q = a_q.pow(&characteristic);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user