mirror of
https://github.com/saymrwulf/pasta_curves-source.git
synced 2026-09-04 20:03:39 +00:00
cargo fmt
This commit is contained in:
parent
6d41693af5
commit
4a37e05f49
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
use super::super::Error;
|
||||
use super::{Proof, Params, MSM};
|
||||
use super::{Params, Proof, MSM};
|
||||
use crate::transcript::Hasher;
|
||||
|
||||
use crate::arithmetic::{
|
||||
|
|
|
|||
Loading…
Reference in a new issue