mirror of
https://github.com/saymrwulf/pasta_curves-source.git
synced 2026-09-04 20:03:39 +00:00
commit
ae20f75f7a
2 changed files with 1 additions and 2 deletions
|
|
@ -35,7 +35,7 @@ harness = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bitvec = "0.18"
|
bitvec = "0.18"
|
||||||
subtle = "2.2.1"
|
subtle = "2.3"
|
||||||
crossbeam-utils = "0.7"
|
crossbeam-utils = "0.7"
|
||||||
ff = "0.8"
|
ff = "0.8"
|
||||||
metrics = "=0.13.0-alpha.11"
|
metrics = "=0.13.0-alpha.11"
|
||||||
|
|
|
||||||
|
|
@ -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