mirror of
https://github.com/saymrwulf/pasta_curves-source.git
synced 2026-09-05 20:10:32 +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::super::Error;
|
||||||
use super::{Proof, Params, MSM};
|
use super::{Params, Proof, MSM};
|
||||||
use crate::transcript::Hasher;
|
use crate::transcript::Hasher;
|
||||||
|
|
||||||
use crate::arithmetic::{
|
use crate::arithmetic::{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue