Skip to content

Commit

Permalink
refactor(ivc): use same types in protogalaxy & cyclefold
Browse files Browse the repository at this point in the history
**Motivation**
During the implementation of #369, the types for protogalaxy & cyclefold differed in form but not in substance

**Overview**
Simple refactoring with removing identical structures and using in ivc::cyclefold types from ivc::protogalaxy
  • Loading branch information
cyphersnake committed Dec 16, 2024
1 parent d14733d commit a8d53bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ivc/cyclefold/mod.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use halo2_proofs::halo2curves::ff::{FromUniformBytes, PrimeFieldBits};
use std::num::NonZeroUsize;

use crate::{
halo2_proofs::halo2curves::ff::{FromUniformBytes, PrimeFieldBits},
main_gate::MainGateConfig,
poseidon::{poseidon_circuit::PoseidonChip, PoseidonHash, ROTrait, Spec},
};
Expand Down

0 comments on commit a8d53bd

Please sign in to comment.