rust-secp256k1-unsafe-fast/src
sanket1729 21aa914ad2 Change context objects for schnorr sig methods
- The current schnorrsig verify methods should operate on verify context
as is done throughout the bitcoin core
- Scondly, and importantly the XonlyPublicKey::from_keypair now operates
without any context objects.
2021-12-24 00:54:06 +05:30
..
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 Change context objects for schnorr sig methods 2021-12-24 00:54:06 +05:30
lib.rs Move ECDSA functionality into ECDSA module 2021-11-11 13:43:50 +11:00
macros.rs Dedicated display_secret fn for secret-containing types 2021-09-27 14:03:58 +02:00
schnorr.rs Change context objects for schnorr sig methods 2021-12-24 00:54:06 +05:30
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