082c3bdd1c
For raw pointers that can never be null Rust provides the `core::ptr::NonNull` type. Our `Secp256k1` type has an inner field that is a non-null pointer; use `NonNull` for it. Fix: #534 |
||
---|---|---|
.. | ||
mod.rs | ||
recovery.rs | ||
serialized_signature.rs |