This commit is contained in:
Nicholas Ward 2021-07-21 09:32:18 -07:00
parent 906a0c00f4
commit 5062029d3f
2 changed files with 1 additions and 3 deletions

View File

@ -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),

View File

@ -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