Security Scol plugin
Toggle main menu visibility
Main Page
Related Pages
Topics
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
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
Enumerations
Enumerator
a
b
c
d
e
g
i
l
n
o
p
r
s
t
u
v
w
x
Macros
G:
work
subversion
scol-technologies
trunk
scol
plugins
security
cryptopp
dh.cpp
1
// dh.cpp - originally written and placed in the public domain by Wei Dai
2
3
#include "
pch.h
"
4
5
#ifndef CRYPTOPP_IMPORTS
6
7
#include "
dh.h
"
8
9
NAMESPACE_BEGIN(CryptoPP)
10
11
#if defined(CRYPTOPP_DEBUG) && !defined(CRYPTOPP_DOXYGEN_PROCESSING)
12
void
DH_TestInstantiations()
13
{
14
DH
dh1;
15
DH
dh2(NullRNG(), 10);
16
}
17
#endif
18
19
NAMESPACE_END
20
21
#endif
DH_Domain
Diffie-Hellman domain.
Definition
dh.h:26
dh.h
Classes for Diffie-Hellman key exchange.
pch.h
Precompiled header file.
Generated by
1.9.8