Raven Core
3.0.0
P2P Digital Currency
Main Page
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
z
+
Functions
b
c
d
f
g
h
i
m
o
p
q
s
v
Variables
Typedefs
Enumerations
Enumerator
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
~
+
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
a
b
c
d
f
i
k
l
m
o
p
r
s
t
v
+
Enumerations
b
c
d
e
f
m
n
o
r
s
t
u
v
w
+
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Properties
+
Related Functions
a
c
d
f
o
p
t
u
v
w
+
Files
File List
+
File Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
+
Variables
a
b
c
d
e
f
g
h
i
l
m
n
p
r
s
t
u
v
w
z
+
Typedefs
b
c
h
i
k
m
n
r
s
t
u
v
w
+
Enumerations
a
b
c
d
e
f
g
h
i
j
m
n
o
q
r
s
t
w
+
Enumerator
a
b
c
d
e
f
g
h
i
j
l
m
n
o
r
s
t
u
+
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
src
secp256k1
src
ecdsa.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_ECDSA_H
8
#define SECP256K1_ECDSA_H
9
10
#include <stddef.h>
11
12
#include "
scalar.h
"
13
#include "
group.h
"
14
#include "
ecmult.h
"
15
16
static
int
secp256k1_ecdsa_sig_parse(
secp256k1_scalar
*r,
secp256k1_scalar
*s,
const
unsigned
char
*sig,
size_t
size);
17
static
int
secp256k1_ecdsa_sig_serialize(
unsigned
char
*sig,
size_t
*size,
const
secp256k1_scalar
*r,
const
secp256k1_scalar
*s);
18
static
int
secp256k1_ecdsa_sig_verify(
const
secp256k1_ecmult_context
*ctx,
const
secp256k1_scalar
* r,
const
secp256k1_scalar
* s,
const
secp256k1_ge
*pubkey,
const
secp256k1_scalar
*message);
19
static
int
secp256k1_ecdsa_sig_sign(
const
secp256k1_ecmult_gen_context
*ctx,
secp256k1_scalar
* r,
secp256k1_scalar
* s,
const
secp256k1_scalar
*seckey,
const
secp256k1_scalar
*message,
const
secp256k1_scalar
*nonce,
int
*recid);
20
21
#endif
/* SECP256K1_ECDSA_H */
group.h
scalar.h
secp256k1_ge
A group element of the secp256k1 curve, in affine coordinates.
Definition:
group.h:14
secp256k1_ecmult_gen_context
Definition:
ecmult_gen.h:13
secp256k1_scalar
A scalar modulo the group order of the secp256k1 curve.
Definition:
scalar_4x64.h:13
ecmult.h
secp256k1_ecmult_context
Definition:
ecmult.h:13
Generated on Mon Jul 29 2019 02:32:20 for Raven Core by
1.8.13