rust-secp256k1-unsafe-fast/src/ecdsa
Tobin C. Harding 082c3bdd1c Use NonNull for Secp256k1 inner context field
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
2022-11-30 12:30:20 +11:00
..
mod.rs Use NonNull for Secp256k1 inner context field 2022-11-30 12:30:20 +11:00
recovery.rs Use NonNull for Secp256k1 inner context field 2022-11-30 12:30:20 +11:00
serialized_signature.rs Run cargo fmt 2022-11-16 11:06:12 +11:00