PRCYCoin  2.0.0.7rc1
P2P Digital Currency
ecmult_gen.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_ECMULT_GEN_
8 #define _SECP256K1_ECMULT_GEN_
9 
10 #include "scalar.h"
11 #include "group.h"
12 
13 static void secp256k1_ecmult_gen_start(void);
14 static void secp256k1_ecmult_gen_stop(void);
15 
17 static void secp256k1_ecmult_gen(secp256k1_gej_t *r, const secp256k1_scalar_t *a);
18 
19 #endif
secp256k1_gej_t
A group element of the secp256k1 curve, in jacobian coordinates.
Definition: group.h:21
scalar.h
r
void const uint64_t uint64_t * r
Definition: field_5x52_asm_impl.h:10
group.h
secp256k1_scalar_t
A scalar modulo the group order of the secp256k1 curve.
Definition: scalar_4x64.h:13