Skip to content

Commit

Permalink
Parity conversion and error handling cleanup
Browse files Browse the repository at this point in the history
This removes the deprecated `From` conversion and adds a new error
type for the invalid parity error with a conversion to the catch-all
`Error`.
  • Loading branch information
Kixunil committed Jun 10, 2022
1 parent aab77b1 commit a9dec5a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,6 @@ impl std::error::Error for Error {
}
}


/// The secp256k1 engine, used to execute all signature operations.
pub struct Secp256k1<C: Context> {
ctx: *mut ffi::Context,
Expand Down

0 comments on commit a9dec5a

Please sign in to comment.