rust-secp256k1-unsafe-fast/src
Tobin C. Harding a815272bfc
secp256k1: Remove custom implementations of Eq, Ord and friends
Now that we have Rust 1.48 as the MSRV we no longer need the custom
implementations of `PartialEq`, `Eq`, `PartialOrd`, `Ord`, and `Hash`.
We can just let users of the `impl_array_newtype` macro derive these
traits if they want them.

Remove the custom implementations and add derives to our two users of
the macro.
2023-03-31 09:43:52 +11:00
..
ecdsa Fix rustdoc link 2023-03-29 12:16:33 -07:00
constants.rs Use lowercase for schnorr 2022-11-24 11:16:17 +11:00
context.rs Fully describe safety requirements 2023-01-31 17:20:22 +11:00
ecdh.rs Depend on bitcoin_hashes v0.12 2023-03-15 14:56:28 +11:00
key.rs implement "non_secure_erase" methods 2023-02-21 08:56:03 -05:00
lib.rs secp256k1: Remove custom implementations of Eq, Ord and friends 2023-03-31 09:43:52 +11:00
macros.rs secp256k1: Remove custom implementations of Eq, Ord and friends 2023-03-31 09:43:52 +11:00
scalar.rs implement "non_secure_erase" methods 2023-02-21 08:56:03 -05:00
schnorr.rs secp256k1: Remove custom implementations of Eq, Ord and friends 2023-03-31 09:43:52 +11:00
secret.rs implement "non_secure_erase" methods 2023-02-21 08:56:03 -05:00
serde_util.rs Run cargo fmt 2022-11-16 11:06:12 +11:00