mirror of
https://github.com/saymrwulf/pasta_curves-source.git
synced 2026-09-05 20:10:32 +00:00
Remove unused TryInto import.
This commit is contained in:
parent
6226426be0
commit
34a5bfd4b1
1 changed files with 0 additions and 1 deletions
|
|
@ -12,7 +12,6 @@ use crate::poly::{
|
||||||
commitment::Params, Coeff, EvaluationDomain, ExtendedLagrangeCoeff, LagrangeCoeff, Polynomial,
|
commitment::Params, Coeff, EvaluationDomain, ExtendedLagrangeCoeff, LagrangeCoeff, Polynomial,
|
||||||
};
|
};
|
||||||
use crate::transcript::{ChallengeScalar, Transcript};
|
use crate::transcript::{ChallengeScalar, Transcript};
|
||||||
use std::convert::TryInto;
|
|
||||||
|
|
||||||
mod circuit;
|
mod circuit;
|
||||||
mod keygen;
|
mod keygen;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue