Crypto++
5.6.4
Free C++ class library of cryptographic schemes
dh.cpp
1
// dh.cpp - 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(NDEBUG) && !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.h
Classes for Diffie-Hellman key exchange.
NullRNG
RandomNumberGenerator & NullRNG()
Random Number Generator that does not produce random numbers.
Definition:
cryptlib.cpp:406
CryptoPP
Crypto++ library namespace.
DH_Domain
Diffie-Hellman domain.
Definition:
dh.h:24
Generated on Wed Sep 16 2020 15:32:49 for Crypto++ by
1.8.18