secp256k1/include
Tim Ruffing 769528f307 Don't use string literals for char arrays without NUL termination
unsigned char foo[4] = "abcd" is not valid C++ because the string
literal "abcd" does not fit into foo due to the terminating NUL
character. This is valid in C, it will just omit the NUL character.

Fixes #962.
2021-07-04 10:40:30 +02: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 Don't use string literals for char arrays without NUL termination 2021-07-04 10:40:30 +02:00