secp256k1/include
Gregory Maxwell ae9e648526 Define SECP256K1_BUILD in secp256k1.c directly.
This avoids building without it and makes it safer to use a custom
 building environment.  Test harnesses need to #include secp256k1.c
 first now.
2021-05-01 19:27:27 +00:00
..
secp256k1.h Define SECP256K1_BUILD in secp256k1.c directly. 2021-05-01 19:27:27 +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 a function to extract the secretkey from a keypair 2020-12-19 11:00:25 +02: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: Add BIP-340 compatible signing and verification 2020-09-06 19:00:03 +00:00