mirror of https://github.com/vacp2p/zerokit.git
fmt
This commit is contained in:
parent
7e27e87139
commit
a4e5df549e
|
@ -1,6 +1,4 @@
|
||||||
use crate::circuit::{
|
use crate::circuit::{Curve, Fr, TEST_RESOURCES_FOLDER, TEST_TREE_HEIGHT};
|
||||||
Curve, Fr, TEST_RESOURCES_FOLDER, TEST_TREE_HEIGHT,
|
|
||||||
};
|
|
||||||
use crate::hashers::{hash_to_field, poseidon_hash as utils_poseidon_hash};
|
use crate::hashers::{hash_to_field, poseidon_hash as utils_poseidon_hash};
|
||||||
use crate::protocol::*;
|
use crate::protocol::*;
|
||||||
use crate::public::RLN;
|
use crate::public::RLN;
|
||||||
|
|
Loading…
Reference in New Issue