rust-secp256k1-unsafe-fast/src
Tobin Harding c28808c5a4 Improve rustdocs for KeyPair
Currently the rustdocs for `KeyPair` are stale in regards to serde, we
_do_ implement `Serialize` and `Deserialize` for `KeyPair`.

Improve the rustdocs for `KeyPair` by removing stale docs and adding
docs on fixed width binary serialization.
2022-06-09 16:17:05 +10:00
..
ecdsa Merge rust-bitcoin/rust-secp256k1#331: Update the code to edition 2018, and update dependencies 2022-06-08 20:53:41 +00:00
constants.rs Deprecate SCHNORRSIG_SIGNATURE_SIZE 2022-03-04 14:28:24 +00:00
context.rs Move more things from the std feature to the alloc feature 2022-06-07 23:59:42 +03:00
ecdh.rs Update secp256k1 to edition 2018 and fix imports 2022-06-07 23:59:25 +03:00
key.rs Improve rustdocs for KeyPair 2022-06-09 16:17:05 +10:00
lib.rs Update rand to 0.8 and replace CounterRng with mock::StepRng 2022-06-07 23:59:40 +03:00
macros.rs Update secp256k1 to edition 2018 and fix imports 2022-06-07 23:59:25 +03:00
schnorr.rs Use fixed width serde impls for keys 2022-06-09 16:09:31 +10:00
secret.rs Update secp256k1 to edition 2018 and fix imports 2022-06-07 23:59:25 +03:00
serde_util.rs Use fixed width serde impls for keys 2022-06-09 16:09:31 +10:00