Bitcoin Core
31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
src
secp256k1
src
int128_struct.h
Go to the documentation of this file.
1
#ifndef SECP256K1_INT128_STRUCT_H
2
#define SECP256K1_INT128_STRUCT_H
3
4
#include <stdint.h>
5
#include "
util.h
"
6
7
typedef
struct
{
8
uint64_t
lo
;
9
uint64_t
hi
;
10
}
secp256k1_uint128
;
11
12
typedef
secp256k1_uint128
secp256k1_int128
;
13
14
#endif
secp256k1_int128
int128_t secp256k1_int128
Definition
int128_native.h:17
util.h
secp256k1_uint128
Definition
int128_struct.h:7
secp256k1_uint128::lo
uint64_t lo
Definition
int128_struct.h:8
secp256k1_uint128::hi
uint64_t hi
Definition
int128_struct.h:9
Generated on
for Bitcoin Core by
1.16.1