rust-secp256k1-unsafe-fast/src
Tobin Harding aa828f01a5 Improve documentation in the key module
We recently patched much of the docs in the `key` module, lets attempt
to attain perfection.

Improve docs by doing:

- Use full stops
- Use 100 character column width
- Use plural third person tense
- Use plural for section headings
- Fix any grammar mistakes
- Use code ticks and links as appropriate
2022-01-24 14:48:46 +11:00
..
ecdsa Fix typo in documentation 2022-01-19 15:22:37 +11:00
constants.rs Add schnorrsig module 2020-11-10 13:43:34 +09:00
context.rs Add Debug/Copy/Clone derives 2022-01-12 18:55:06 +11:00
ecdh.rs Move ECDSA functionality into ECDSA module 2021-11-11 13:43:50 +11:00
key.rs Improve documentation in the key module 2022-01-24 14:48:46 +11:00
lib.rs Improve lib.rs rustdocs 2022-01-24 14:43:44 +11:00
macros.rs Dedicated display_secret fn for secret-containing types 2021-09-27 14:03:58 +02:00
schnorr.rs Deprecate generate_schnorrsig_keypair 2022-01-12 18:23:40 +11:00
secret.rs Add lints to catch missing traits 2022-01-07 10:28:10 +11:00
serde_util.rs Remove `visit_bytes` implementation from `FromStrVisitor` 2021-01-13 09:57:09 +11:00