Add comment for coset_shift

This commit is contained in:
wborgeaud 2021-06-24 21:05:59 +02:00
parent 35f73a505f
commit 6605ca9d89

View File

@ -272,6 +272,7 @@ pub trait Field:
(0..n).map(|_| Self::rand()).collect()
}
/// Representative `g` of the coset used in FRI, so that LDEs in FRI are done over `gH`.
fn coset_shift() -> Self {
Self::MULTIPLICATIVE_GROUP_GENERATOR
}