Crypto++
8.9
Free C++ class library of cryptographic schemes
Toggle main menu visibility
Main Page
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Variables
b
d
e
i
k
m
p
r
s
Typedefs
d
e
g
p
s
v
w
Enumerations
Enumerator
a
b
c
d
h
i
m
n
o
p
r
s
t
u
w
z
Related Symbols
Files
File List
File Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
Variables
Typedefs
b
c
d
f
h
l
m
s
t
u
w
Enumerations
Enumerator
a
b
c
d
e
g
i
l
n
o
p
r
s
t
u
v
w
x
Macros
c
e
m
n
s
w
mqv.cpp
1
// mqv.cpp - originally written and placed in the public domain by Wei Dai
2
// HMQV provided by Jeffrey Walton, Ray Clayton and Uri Blumenthal.
3
// FHMQV provided by Uri Blumenthal.
4
5
#include "
pch.h
"
6
#include "
config.h
"
7
#include "
mqv.h
"
8
#include "
hmqv.h
"
9
#include "
fhmqv.h
"
10
#include "
eccrypto.h
"
11
12
// Squash MS LNK4221 and libtool warnings
13
extern
const
char
MQV_FNAME[] = __FILE__;
14
15
NAMESPACE_BEGIN(
CryptoPP
)
16
17
#if defined(CRYPTOPP_DEBUG) && !defined(CRYPTOPP_DOXYGEN_PROCESSING)
18
void
TestInstantiations_MQV()
19
{
20
MQV
mqv;
21
ECMQV<ECP>
ecmqv;
22
23
CRYPTOPP_UNUSED(mqv);
24
CRYPTOPP_UNUSED(ecmqv);
25
}
26
27
void
TestInstantiations_HMQV()
28
{
29
HMQV
hmqv;
30
ECHMQV<ECP>
echmqv;
31
32
CRYPTOPP_UNUSED(hmqv);
33
CRYPTOPP_UNUSED(echmqv);
34
}
35
36
void
TestInstantiations_FHMQV()
37
{
38
FHMQV
fhmqv;
39
ECFHMQV<ECP>
ecfhmqv;
40
41
CRYPTOPP_UNUSED(fhmqv);
42
CRYPTOPP_UNUSED(ecfhmqv);
43
}
44
#endif
45
46
NAMESPACE_END
FHMQV_Domain
Fully Hashed Menezes-Qu-Vanstone in GF(p)
Definition
fhmqv.h:25
HMQV_Domain
Hashed Menezes-Qu-Vanstone in GF(p)
Definition
hmqv.h:24
MQV_Domain
MQV domain for performing authenticated key agreement.
Definition
mqv.h:29
config.h
Library configuration file.
eccrypto.h
Classes and functions for Elliptic Curves over prime and binary fields.
fhmqv.h
Classes for Fully Hashed Menezes-Qu-Vanstone key agreement in GF(p)
hmqv.h
Classes for Hashed Menezes-Qu-Vanstone key agreement in GF(p)
mqv.h
Classes for Menezes–Qu–Vanstone (MQV) key agreement.
CryptoPP
Crypto++ library namespace.
pch.h
Precompiled header file.
ECFHMQV
Fully Hashed Elliptic Curve Menezes-Qu-Vanstone.
Definition
eccrypto.h:308
ECHMQV
Hashed Elliptic Curve Menezes-Qu-Vanstone.
Definition
eccrypto.h:290
ECMQV
Elliptic Curve Menezes-Qu-Vanstone.
Definition
eccrypto.h:278
Generated on Thu Jul 11 2024 16:13:15 for Crypto++ by
1.10.0