rust-secp256k1-unsafe-fast/src
Tobin Harding d5eeb099ad
Use more intuitive local var numbering
In test code we use multiple pub/sec keys. It is more intuitive if the
'secret 1' is generated by the owner of secret key 1.

Refactor only, no logic changes.
2022-02-21 13:11:30 +00:00
..
ecdsa Use feature std with rand-std 2022-02-11 07:44:16 +00:00
constants.rs Use rust-bitcoin module doc style 2022-02-09 07:31:55 +00:00
context.rs Use feature std with rand-std 2022-02-11 07:44:16 +00:00
ecdh.rs Use more intuitive local var numbering 2022-02-21 13:11:30 +00:00
key.rs Use feature std with rand-std 2022-02-11 07:44:16 +00:00
lib.rs Merge rust-bitcoin/rust-secp256k1#340: Improve documentation 2022-02-10 15:42:30 +00:00
macros.rs Dedicated display_secret fn for secret-containing types 2021-09-27 14:03:58 +02:00
schnorr.rs Remove explicit mention of feature requirements 2022-02-11 07:47:52 +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