Browse Source
Merge pull request #2 from kazuakiishiguro/main
fix module name
main
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
benches/bench_poseidon_hash.rs
|
|
@ -1,7 +1,7 @@ |
|
|
|
use criterion::{criterion_group, criterion_main, Criterion};
|
|
|
|
|
|
|
|
use ark_bn254::Fr;
|
|
|
|
use poseidon_rs::Poseidon;
|
|
|
|
use poseidon_ark::Poseidon;
|
|
|
|
|
|
|
|
use ark_std::str::FromStr;
|
|
|
|
|
|
|
|