rust-secp256k1-unsafe-fast/src
Tobin Harding ede114fb1a Improve docs on tweak_add_check method
It is not immediately apparent what 'err == 1' means, one must determine
that the FFI function call returns 1 for success. We can help readers of
the code by adding a 'Return' section to the method documentation.

Add trailing full stop to method docs initial line also.
2022-01-04 09:19:11 +11:00
..
ecdsa Move ECDSA functionality into ECDSA module 2021-11-11 13:43:50 +11:00
constants.rs Add schnorrsig module 2020-11-10 13:43:34 +09:00
context.rs Fixing warning in context mod under feature-specific compilation 2021-06-27 20:09:41 +02:00
ecdh.rs Move ECDSA functionality into ECDSA module 2021-11-11 13:43:50 +11:00
key.rs Improve docs on tweak_add_check method 2022-01-04 09:19:11 +11:00
lib.rs Re-export types to reduce breaking changes downstream 2022-01-03 08:55:54 +05:30
macros.rs Dedicated display_secret fn for secret-containing types 2021-09-27 14:03:58 +02:00
schnorr.rs Move key unit tests to key module 2022-01-04 08:23:05 +11:00
secret.rs Move `KeyPair` to `key` module 2021-11-11 13:43:48 +11:00
serde_util.rs Remove `visit_bytes` implementation from `FromStrVisitor` 2021-01-13 09:57:09 +11:00