mirror of
https://github.com/saymrwulf/pasta_curves-source.git
synced 2026-09-04 20:03:39 +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,
|
||||
};
|
||||
use crate::transcript::{ChallengeScalar, Transcript};
|
||||
use std::convert::TryInto;
|
||||
|
||||
mod circuit;
|
||||
mod keygen;
|
||||
|
|
|
|||
Loading…
Reference in a new issue