rust-secp256k1-unsafe-fast/src
Tobin Harding b3503ba148 Add example to SharedSecret
Currently the rustdoc on `SharedSecret` is wildly incorrect (possibly a
cut'n'pasta error).

Fix the rustdoc for `SharedSecret` and add an examples section to assist
testing the public API.

Fixes: 249
2022-02-04 11:55:06 +11:00
..
ecdsa Enable running tests without default features 2022-02-01 15:20:44 +11:00
constants.rs Add schnorrsig module 2020-11-10 13:43:34 +09:00
context.rs Enable running tests without default features 2022-02-01 15:20:44 +11:00
ecdh.rs Add example to SharedSecret 2022-02-04 11:55:06 +11:00
key.rs Fix typo 'epected' -> 'expected' 2022-02-03 08:36:36 +11:00
lib.rs Merge rust-bitcoin/rust-secp256k1#389: On key-generation example (documentation), "rand" should be "rand-std" instead 2022-02-03 15:10:37 +00:00
macros.rs Dedicated display_secret fn for secret-containing types 2021-09-27 14:03:58 +02:00
schnorr.rs Fix typo 'epected' -> 'expected' 2022-02-03 08:36:36 +11: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