PRCYCoin
2.0.0.7rc1
P2P Digital Currency
src
secp256k1
src
testrand.h
Go to the documentation of this file.
1
/**********************************************************************
2
* Copyright (c) 2013, 2014 Pieter Wuille *
3
* Distributed under the MIT software license, see the accompanying *
4
* file COPYING or http://www.opensource.org/licenses/mit-license.php.*
5
**********************************************************************/
6
7
#ifndef _SECP256K1_TESTRAND_H_
8
#define _SECP256K1_TESTRAND_H_
9
10
#if defined HAVE_CONFIG_H
11
#include "libsecp256k1-config.h"
12
#endif
13
15
SECP256K1_INLINE
static
void
secp256k1_rand_seed(uint64_t v);
16
18
static
uint32_t secp256k1_rand32(
void
);
19
21
static
void
secp256k1_rand256(
unsigned
char
*b32);
22
24
static
void
secp256k1_rand256_test(
unsigned
char
*b32);
25
26
#endif
SECP256K1_INLINE
#define SECP256K1_INLINE
Definition:
secp256k1.h:23
Generated on Tue Apr 28 2026 00:02:59 for PRCYCoin by
1.8.17