mirror of
https://github.com/saymrwulf/pasta_curves-source.git
synced 2026-09-05 20:10:32 +00:00
Remove unnecessary Clone impl from plonk::permutation::prover::Committed.
This commit is contained in:
parent
a5d04725bd
commit
2e65229920
1 changed files with 0 additions and 1 deletions
|
|
@ -13,7 +13,6 @@ use crate::{
|
||||||
transcript::{Hasher, Transcript},
|
transcript::{Hasher, Transcript},
|
||||||
};
|
};
|
||||||
|
|
||||||
#[derive(Clone)]
|
|
||||||
pub(crate) struct Committed<C: CurveAffine> {
|
pub(crate) struct Committed<C: CurveAffine> {
|
||||||
permutation_product_polys: Vec<Polynomial<C::Scalar, Coeff>>,
|
permutation_product_polys: Vec<Polynomial<C::Scalar, Coeff>>,
|
||||||
permutation_product_cosets: Vec<Polynomial<C::Scalar, ExtendedLagrangeCoeff>>,
|
permutation_product_cosets: Vec<Polynomial<C::Scalar, ExtendedLagrangeCoeff>>,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue