Skip to content

Commit

Permalink
rename to halo2_gadgets_optimized
Browse files Browse the repository at this point in the history
  • Loading branch information
YaoGalteland committed Mar 28, 2024
1 parent 62fe607 commit ebd2f90
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion halo2_gadgets_optimized/benches/poseidon.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use halo2_proofs::{
};
use pasta_curves::{pallas, vesta};

use halo2_gadgets::poseidon::{
use halo2_gadgets_optimized::poseidon::{
primitives::{self as poseidon, generate_constants, ConstantLength, Mds, Spec},
Hash, Pow5Chip, Pow5Config,
};
Expand Down
2 changes: 1 addition & 1 deletion halo2_gadgets_optimized/benches/primitives.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use criterion::{criterion_group, criterion_main, BenchmarkId, Criterion};
use ff::Field;
use halo2_gadgets::{
use halo2_gadgets_optimized::{
poseidon::primitives::{self as poseidon, ConstantLength, P128Pow5T3},
sinsemilla::primitives as sinsemilla,
};
Expand Down
2 changes: 1 addition & 1 deletion halo2_gadgets_optimized/benches/sha256.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ use std::{
path::Path,
};

use halo2_gadgets::sha256::{BlockWord, Sha256, Table16Chip, Table16Config, BLOCK_SIZE};
use halo2_gadgets_optimized::sha256::{BlockWord, Sha256, Table16Chip, Table16Config, BLOCK_SIZE};

#[allow(dead_code)]
fn bench(name: &str, k: u32, c: &mut Criterion) {
Expand Down

0 comments on commit ebd2f90

Please sign in to comment.