Skip to content

Commit

Permalink
Merge branch 'feat/expose_more_wasm' of https://github.com/zkemail/re…
Browse files Browse the repository at this point in the history
…layer-utils into feat/expose_more_wasm
  • Loading branch information
SoraSuegami committed Dec 13, 2024
2 parents a5413df + e660944 commit 76d4007
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/circuit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ struct EmailCircuitInput {
}

#[derive(Serialize, Deserialize)]
#[serde(rename_all = "camelCase")]
pub struct EmailCircuitParams {
pub ignore_body_hash_check: Option<bool>, // Flag to ignore the body hash check
pub max_header_length: Option<usize>, // The maximum length of the email header
Expand Down

0 comments on commit 76d4007

Please sign in to comment.