Update renamed decl missed in e0ced690cff035b61763686cb69b7d06571e23e2
This commit is contained in:
parent
ebf57dc2f5
commit
4721bec0ef
@ -36,7 +36,7 @@ static void secp256k1_testrand256_test(unsigned char *b32);
|
||||
static void secp256k1_testrand_bytes_test(unsigned char *bytes, size_t len);
|
||||
|
||||
/** Generate a pseudorandom 64-bit integer in the range min..max, inclusive. */
|
||||
static int64_t secp256k1_rands64(uint64_t min, uint64_t max);
|
||||
static int64_t secp256k1_testrandi64(uint64_t min, uint64_t max);
|
||||
|
||||
/** Flip a single random bit in a byte array */
|
||||
static void secp256k1_testrand_flip(unsigned char *b, size_t len);
|
||||
|
Loading…
x
Reference in New Issue
Block a user