#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include "testrand.h"
#include "hash.h"
#include "util.h"
Go to the source code of this file.
◆ rotl()
◆ testrand256()
static void testrand256 |
( |
unsigned char * |
b32 | ) |
|
|
static |
◆ testrand256_test()
static void testrand256_test |
( |
unsigned char * |
b32 | ) |
|
|
static |
◆ testrand32()
◆ testrand64()
◆ testrand_bits()
◆ testrand_bytes_test()
static void testrand_bytes_test |
( |
unsigned char * |
bytes, |
|
|
size_t |
len |
|
) |
| |
|
static |
◆ testrand_finish()
static void testrand_finish |
( |
void |
| ) |
|
|
static |
◆ testrand_flip()
static void testrand_flip |
( |
unsigned char * |
b, |
|
|
size_t |
len |
|
) |
| |
|
static |
◆ testrand_init()
static void testrand_init |
( |
const char * |
hexseed | ) |
|
|
static |
◆ testrand_int()
static uint32_t testrand_int |
( |
uint32_t |
range | ) |
|
|
static |
◆ testrand_seed()
◆ secp256k1_test_state
uint64_t secp256k1_test_state[4] |
|
static |