Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Mason Liang committed Oct 24, 2023
1 parent 978cecc commit 1eb88e6
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/mpt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -146,15 +146,6 @@ impl MptCircuitConfig {
self.canonical_representation
.assign(&mut region, randomness, &keys, n_rows);
self.key_bit.assign(&mut region, &key_bit_lookups(proofs));
// self.byte_bit.assign(&mut region);
// self.byte_representation.assign(
// &mut region,
// &u32s,
// &u64s,
// &u128s,
// &frs,
// randomness,
// );

let n_assigned_rows = self.mpt_update.assign(&mut region, proofs, randomness);

Expand Down

0 comments on commit 1eb88e6

Please sign in to comment.