Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jp4g committed Nov 29, 2024
1 parent 82da3ab commit f83cc66
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions lib/src/dkim.nr
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ impl<let KEY_LIMBS: u32> RSAPubkey<KEY_LIMBS> {
}

pub fn validate_range(self, signature: [Field; KEY_LIMBS]) {
for i in 0..KEY_LIMBS {

}
for i in 0..KEY_LIMBS {}
}
}

Expand Down Expand Up @@ -55,8 +53,6 @@ impl RSAPubkey<KEY_LIMBS_1024> {
// hash the pubkey
pedersen_hash(dkim_preimage)
}


}

impl RSAPubkey<KEY_LIMBS_2048> {
Expand Down

0 comments on commit f83cc66

Please sign in to comment.