mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-02-24 15:53:09 +00:00
comment
This commit is contained in:
parent
464b23297c
commit
e87392bdba
@ -118,6 +118,7 @@ impl<F: Field> PolynomialCoeffs<F> {
|
||||
PolynomialCoeffs { coeffs }
|
||||
}
|
||||
|
||||
/// The empty list of coefficients, which is the smallest encoding of the zero polynomial.
|
||||
pub fn empty() -> Self {
|
||||
Self::new(Vec::new())
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user