Skip to content

Commit

Permalink
off-circuit instance generation for concat input hashing
Browse files Browse the repository at this point in the history
  • Loading branch information
nulltea committed Sep 29, 2023
1 parent 0c6f3f7 commit ce14520
Show file tree
Hide file tree
Showing 8 changed files with 520 additions and 187 deletions.
8 changes: 4 additions & 4 deletions lightclient-circuits/src/witness/sync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ pub struct SyncStepArgs<S: Spec> {

pub finalized_header: BeaconBlockHeader,

pub domain: [u8; 32],

pub execution_payload_branch: Vec<Vec<u8>>,
pub finality_branch: Vec<Vec<u8>>,

pub execution_payload_root: Vec<u8>,

pub finality_branch: Vec<Vec<u8>>,
pub execution_payload_branch: Vec<Vec<u8>>,

pub domain: [u8; 32],

#[serde(skip)]
pub _spec: PhantomData<S>,
Expand Down
Loading

0 comments on commit ce14520

Please sign in to comment.