PRCYCoin
2.0.0.7rc1
P2P Digital Currency
src
secp256k1
src
ecmult.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_
8
#define _SECP256K1_ECMULT_
9
10
#include "
num.h
"
11
#include "
group.h
"
12
13
static
void
secp256k1_ecmult_start(
void
);
14
static
void
secp256k1_ecmult_stop(
void
);
15
17
static
void
secp256k1_ecmult(
secp256k1_gej_t
*
r
,
const
secp256k1_gej_t
*a,
const
secp256k1_scalar_t
*na,
const
secp256k1_scalar_t
*ng);
18
19
#endif
secp256k1_gej_t
A group element of the secp256k1 curve, in jacobian coordinates.
Definition:
group.h:21
r
void const uint64_t uint64_t * r
Definition:
field_5x52_asm_impl.h:10
group.h
num.h
secp256k1_scalar_t
A scalar modulo the group order of the secp256k1 curve.
Definition:
scalar_4x64.h:13
Generated on Tue Apr 28 2026 00:02:58 for PRCYCoin by
1.8.17