rust-secp256k1-unsafe-fast/secp256k1-sys/src
Dr Maxim Orlovsky 13af51926a Make key comparison non-fuzzable
Feature guard the custom implementations of `Ord` and `PartialOrd` on
`cfg(not(fuzzing))`. When fuzzing, auto-derive implementations.

Co-authored-by: Tobin C. Harding <me@tobin.cc>
2022-06-15 08:35:50 +10:00
..
lib.rs Make key comparison non-fuzzable 2022-06-15 08:35:50 +10:00
macros.rs Update secp256k1-sys to edition 2018 and fix imports 2022-06-07 23:59:40 +03:00
recovery.rs Update secp256k1-sys to edition 2018 and fix imports 2022-06-07 23:59:40 +03:00
types.rs Move more things from the std feature to the alloc feature 2022-06-07 23:59:42 +03:00