6#ifndef SECP256K1_TESTUTIL_H
7#define SECP256K1_TESTUTIL_H
14 unsigned char bin[32];
#define secp256k1_fe_is_zero
#define secp256k1_fe_set_b32_limit
static int secp256k1_fe_equal(const secp256k1_fe *a, const secp256k1_fe *b)
Determine whether two field elements are equal.
This field implementation represents the value as 10 uint32_t limbs in base 2^26.
A group element in affine coordinates on the secp256k1 curve, or occasionally on an isomorphic curve ...
A group element of the secp256k1 curve, in jacobian coordinates.
static void secp256k1_testrand256(unsigned char *b32)
Generate a pseudorandom 32-byte array.
static void ge_equals_ge(const secp256k1_ge *a, const secp256k1_ge *b)
static void ge_equals_gej(const secp256k1_ge *a, const secp256k1_gej *b)
static void random_fe(secp256k1_fe *x)
static void random_fe_non_zero(secp256k1_fe *nz)