Browse Source

fix module name

pull/2/head
Kazuaki Ishiguro 5 months ago
parent
commit
db99a9e787
No known key found for this signature in database GPG Key ID: 13D8B163975EC06E
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      benches/bench_poseidon_hash.rs

+ 1
- 1
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;

Loading…
Cancel
Save