cargo fmt

This commit is contained in:
collin 2022-06-17 15:42:09 -07:00
parent 26810a15ae
commit 5a0186b93d
3 changed files with 1 additions and 5 deletions

View File

@ -81,7 +81,6 @@ impl CoreFunction for BHP512Commit {
}
}
pub struct BHP768Hash;
impl CoreFunction for BHP768Hash {
@ -114,7 +113,6 @@ impl CoreFunction for BHP768Commit {
}
}
pub struct BHP1024Hash;
impl CoreFunction for BHP1024Hash {

View File

@ -23,8 +23,8 @@ mod poseidon;
pub use poseidon::*;
use crate::Types;
use leo_span::{sym, Symbol};
use leo_ast::{IntegerType, Type};
use leo_span::{sym, Symbol};
use indexmap::IndexSet;

View File

@ -49,7 +49,6 @@ impl CoreFunction for Pedersen64Commit {
}
}
pub struct Pedersen128Hash;
impl CoreFunction for Pedersen128Hash {
@ -81,4 +80,3 @@ impl CoreFunction for Pedersen128Commit {
Type::Group
}
}