rust-secp256k1-unsafe-fast/src
Martin Habovstiak 662843e73b Improved error handling in `Parity` serde impl
* Fixes error message to be according to the trait documentation
* Uses `unexpected_value` to provide more information about the error
2022-02-09 20:42:12 +01:00
..
ecdsa Merge rust-bitcoin/rust-secp256k1#393: Add custom Debug impl for RecoverableSignature 2022-02-09 18:31:33 +00:00
constants.rs Add schnorrsig module 2020-11-10 13:43:34 +09:00
context.rs Add documentation guiding users towards randomization 2022-02-04 08:36:15 +11:00
ecdh.rs Add example to SharedSecret 2022-02-04 11:55:06 +11:00
key.rs Improved error handling in `Parity` serde impl 2022-02-09 20:42:12 +01:00
lib.rs Merge rust-bitcoin/rust-secp256k1#398: Implement LowerHex and Display for Message 2022-02-09 18:33:34 +00:00
macros.rs Dedicated display_secret fn for secret-containing types 2021-09-27 14:03:58 +02:00
schnorr.rs Add global context API 2022-02-09 09:09:06 +00:00
secret.rs Add multiple implementations of Debug for secrets 2022-02-01 14:51:40 +11:00
serde_util.rs Remove `visit_bytes` implementation from `FromStrVisitor` 2021-01-13 09:57:09 +11:00