mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-08 00:33:06 +00:00
Add comment for coset_shift
This commit is contained in:
parent
35f73a505f
commit
6605ca9d89
@ -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
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user