Kazuaki Ishiguro
1 year ago
No known key found for this signature in database
GPG Key ID: 13D8B163975EC06E
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;
|
|
|
|
|
|
|
|