secp256k1/include
Jonas Nick a0c3fc177f schnorrsig: allow signing and verification of variable length msgs
Varlen message support for the default sign function comes from recommending
tagged_sha256. sign_custom on the other hand gets the ability to directly sign
message of any length. This also implies signing and verification support for
the empty message (NULL) with msglen 0.

Tests for variable lengths follow in a later commit.
2021-06-27 20:26:15 +00:00
..
secp256k1.h Add secp256k1_tagged_sha256 as defined in BIP-340 2021-06-27 20:26:15 +00:00
secp256k1_ecdh.h Rename private key to secret key in public API (with the exception of function names) 2020-03-30 20:51:47 +00:00
secp256k1_extrakeys.h add `secp256k1_xonly_pubkey_cmp` method 2021-05-06 18:36:44 +00:00
secp256k1_preallocated.h Fix typo in secp256k1_preallocated.h 2019-07-18 08:35:42 +08:00
secp256k1_recovery.h Rename msg32 to msghash32 in ecdsa_sign/verify and add explanation 2020-12-04 14:12:38 +00:00
secp256k1_schnorrsig.h schnorrsig: allow signing and verification of variable length msgs 2021-06-27 20:26:15 +00:00