![]() |
Bitcoin Core 31.0.0
P2P Digital Currency
|
#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.
Functions | |
| static SECP256K1_INLINE void | testrand_seed (const unsigned char *seed16) |
| static SECP256K1_INLINE uint64_t | rotl (const uint64_t x, int k) |
| static SECP256K1_INLINE uint64_t | testrand64 (void) |
| static SECP256K1_INLINE uint64_t | testrand_bits (int bits) |
| static SECP256K1_INLINE uint32_t | testrand32 (void) |
| static uint32_t | testrand_int (uint32_t range) |
| static void | testrand256 (unsigned char *b32) |
| static void | testrand_bytes_test (unsigned char *bytes, size_t len) |
| static void | testrand256_test (unsigned char *b32) |
| static void | testrand_flip (unsigned char *b, size_t len) |
| static void | testrand_init (const char *hexseed) |
| static void | testrand_finish (void) |
Variables | |
| static uint64_t | secp256k1_test_state [4] |
|
static |
Definition at line 84 of file testrand_impl.h.
|
static |
|
static |
Definition at line 43 of file testrand_impl.h.
|
static |
Definition at line 56 of file testrand_impl.h.
Definition at line 100 of file testrand_impl.h.
Definition at line 65 of file testrand_impl.h.
|
static |
Definition at line 20 of file testrand_impl.h.
|
static |
Definition at line 18 of file testrand_impl.h.