Skip to content

Commit

Permalink
Added other tests with actual prover; solved a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Gorzorg committed Dec 26, 2023
1 parent c71f5fb commit cd2f527
Show file tree
Hide file tree
Showing 4 changed files with 326 additions and 168 deletions.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pub mod truncated_factorial_chip;
pub mod utilities;

/// A variable representing a number.
#[derive(Clone)]
#[derive(Clone, Debug)]
pub struct Number<F: ff::Field>(halo2_proofs::circuit::AssignedCell<F, F>);

impl<F: ff::Field> std::ops::Deref for Number<F> {
Expand Down
Loading

0 comments on commit cd2f527

Please sign in to comment.