Merge pull request #83 from zcash/touchups

Minor touchups
This commit is contained in:
ebfull 2020-12-02 16:28:13 -07:00 committed by GitHub
commit ae20f75f7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -35,7 +35,7 @@ harness = false
[dependencies]
bitvec = "0.18"
subtle = "2.2.1"
subtle = "2.3"
crossbeam-utils = "0.7"
ff = "0.8"
metrics = "=0.13.0-alpha.11"

View File

@ -13,7 +13,6 @@ use crate::{
transcript::{Hasher, Transcript},
};
#[derive(Clone)]
pub(crate) struct Committed<C: CurveAffine> {
permutation_product_polys: Vec<Polynomial<C::Scalar, Coeff>>,
permutation_product_cosets: Vec<Polynomial<C::Scalar, ExtendedLagrangeCoeff>>,