rust-secp256k1-unsafe-fast/src
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
..
ecdsa Use NonNull for Secp256k1 inner context field 2022-11-30 12:30:20 +11:00
constants.rs Use lowercase for schnorr 2022-11-24 11:16:17 +11:00
context.rs Use NonNull for Secp256k1 inner context field 2022-11-30 12:30:20 +11:00
ecdh.rs Run the formatter 2022-11-22 08:53:23 +11:00
key.rs Use NonNull for Secp256k1 inner context field 2022-11-30 12:30:20 +11:00
lib.rs Use NonNull for Secp256k1 inner context field 2022-11-30 12:30:20 +11:00
macros.rs Run the formatter 2022-11-22 08:53:23 +11:00
scalar.rs Do trivial cleanup to module level docs 2022-11-24 11:13:45 +11:00
schnorr.rs Use NonNull for Secp256k1 inner context field 2022-11-30 12:30:20 +11:00
secret.rs Merge rust-bitcoin/rust-secp256k1#499: Introduce `rustfmt` 2022-11-17 15:00:00 +00:00
serde_util.rs Run cargo fmt 2022-11-16 11:06:12 +11:00