PRCYCoin  2.0.0.7rc1
P2P Digital Currency
scalar_8x32.h
Go to the documentation of this file.
1 /**********************************************************************
2  * Copyright (c) 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_SCALAR_REPR_
8 #define _SECP256K1_SCALAR_REPR_
9 
10 #include <stdint.h>
11 
13 typedef struct {
14  uint32_t d[8];
16 
17 #endif
secp256k1_scalar_t
A scalar modulo the group order of the secp256k1 curve.
Definition: scalar_4x64.h:13