We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b005089 commit e54233bCopy full SHA for e54233b
src/ffi.rs
@@ -156,13 +156,6 @@ extern "C" {
156
seed32: *const c_uchar)
157
-> c_int;
158
159
- // TODO secp256k1_context_set_illegal_callback
160
- // TODO secp256k1_context_set_error_callback
161
- // (Actually, I don't really want these exposed; if either of these
162
- // are ever triggered it indicates a bug in rust-secp256k1, since
163
- // one goal is to use Rust's type system to eliminate all possible
164
- // bad inputs.)
165
-
166
// Pubkeys
167
pub fn secp256k1_ec_pubkey_parse(cx: *const Context, pk: *mut PublicKey,
168
input: *const c_uchar, in_len: usize)
@@ -735,4 +728,4 @@ mod tests {
735
728
736
729
assert_eq!(orig.len(), unsafe {strlen(test.as_ptr())});
737
730
}
738
-}
731
+}
0 commit comments