Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-roslaniec committed Dec 30, 2024
1 parent 3c2f807 commit 736852d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/less_than.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ impl<F: PrimeField> ConstraintSynthesizer<F> for LessThanCircuitUnsafe<F> {

// TODO: It is possible to create Namespace with an numerical id, tracing::Id.
// Would that be useful?
// TODO: Use ns!() macro instead
let input_ns = Namespace::from(cs.clone());
let input = AllocatedFp::<F>::new_input(input_ns, || Ok(self.input))?;

Expand Down

0 comments on commit 736852d

Please sign in to comment.