equal
static uint8_t equal(signed char b, signed char c) {
#define equal(a1, a2) \
#define equal(a1, a2) \
equal(void)
#define equal(a, b) (strcmp(a,b)==0)/* A nice function to string compare */
static crypto_uint32 equal(crypto_uint32 a,crypto_uint32 b) /* 16-bit inputs */
static unsigned char equal(signed char b,signed char c)
static unsigned char equal(signed char b,signed char c)