mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-07 08:13:11 +00:00
Minor
This commit is contained in:
parent
c9d884f740
commit
5048a3f31d
@ -149,7 +149,7 @@ pub(crate) fn test_power_of_two_gen<BF: Extendable<D>, const D: usize>() {
|
||||
assert_eq!(
|
||||
BF::Extension::MULTIPLICATIVE_GROUP_GENERATOR
|
||||
.exp_biguint(&(BF::Extension::order() >> BF::Extension::TWO_ADICITY)),
|
||||
BF::Extension::POWER_OF_TWO_GENERATOR.into()
|
||||
BF::Extension::POWER_OF_TWO_GENERATOR,
|
||||
);
|
||||
assert_eq!(
|
||||
BF::Extension::POWER_OF_TWO_GENERATOR
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user