mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-03 22:33:06 +00:00
fixes
This commit is contained in:
parent
906a0c00f4
commit
5062029d3f
@ -77,7 +77,7 @@ impl Field for QuarticCrandallField {
|
||||
|
||||
const CHARACTERISTIC: u64 = CrandallField::CHARACTERISTIC;
|
||||
// Does not fit in 64-bits.
|
||||
const ORDER: BigUint = CrandallField::ORDER.pow(4);
|
||||
const ORDER: BigUint = CrandallField::ORDER.pow(4u32);
|
||||
const TWO_ADICITY: usize = 30;
|
||||
const MULTIPLICATIVE_GROUP_GENERATOR: Self = Self([
|
||||
CrandallField(12476589904174392631),
|
||||
|
||||
@ -10,8 +10,6 @@ const EPSILON: f64 = 0.01;
|
||||
pub struct FriConfig {
|
||||
pub proof_of_work_bits: u32,
|
||||
|
||||
pub rate_bits: usize,
|
||||
|
||||
/// The arity of each FRI reduction step, expressed (i.e. the log2 of the actual arity).
|
||||
/// For example, `[3, 2, 1]` would describe a FRI reduction tree with 8-to-1 reduction, then
|
||||
/// a 4-to-1 reduction, then a 2-to-1 reduction. After these reductions, the reduced polynomial
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user