Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Mar 8, 2024
1 parent 3b8264d commit 7b620e5
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
use dep::parity_lib::ParityPublicInputs;

global NUM_MSGS_PER_BASE_PARITY: Field = 2;

struct BaseParityInputs {
msgs: [Field; NUM_MSGS_PER_BASE_PARITY],
}

impl BaseParityInputs {
pub fn base_parity_circuit(self) -> ParityPublicInputs {

}
}

0 comments on commit 7b620e5

Please sign in to comment.