Skip to content

Commit

Permalink
feat: remove non-zkvm ECParams
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani committed Jan 7, 2025
1 parent 4895ff2 commit 1df0790
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 31 deletions.
48 changes: 26 additions & 22 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 0 additions & 9 deletions ecdsa/src/recovery.rs
Original file line number Diff line number Diff line change
Expand Up @@ -550,15 +550,6 @@ type ECParams = (
u8,
);

#[cfg(not(target_os = "zkvm"))]
type ECParams = (
DynResidue<4>,
DynResidue<4>,
DynResidue<4>,
DynResidueParams<4>,
u8,
);

#[inline]
#[cfg(all(target_os = "zkvm", target_vendor = "succinct"))]
fn ec_params_256_bit<C: Curve>() -> ECParams {
Expand Down

0 comments on commit 1df0790

Please sign in to comment.