mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-08 16:53:07 +00:00
clippy
This commit is contained in:
parent
0ca796e1ff
commit
5a3c8b26d1
@ -53,15 +53,6 @@ impl<F: RichField + Extendable<D>, C: GenericConfig<D, F = F>, const D: usize> D
|
|||||||
impl<F: RichField + Extendable<D>, C: GenericConfig<D, F = F>, const D: usize>
|
impl<F: RichField + Extendable<D>, C: GenericConfig<D, F = F>, const D: usize>
|
||||||
PolynomialBatch<F, C, D>
|
PolynomialBatch<F, C, D>
|
||||||
{
|
{
|
||||||
pub fn default() -> Self {
|
|
||||||
Self {
|
|
||||||
polynomials: Vec::new(),
|
|
||||||
merkle_tree: MerkleTree::default(),
|
|
||||||
degree_log: 0,
|
|
||||||
rate_bits: 0,
|
|
||||||
blinding: false,
|
|
||||||
}
|
|
||||||
}
|
|
||||||
/// Creates a list polynomial commitment for the polynomials interpolating the values in `values`.
|
/// Creates a list polynomial commitment for the polynomials interpolating the values in `values`.
|
||||||
pub fn from_values(
|
pub fn from_values(
|
||||||
values: Vec<PolynomialValues<F>>,
|
values: Vec<PolynomialValues<F>>,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user