Botan  1.11.15
Namespaces | Functions
src/lib/pubkey/dh/dh.cpp File Reference
#include <botan/internal/pk_utils.h>
#include <botan/dh.h>
#include <botan/workfactor.h>
#include <botan/pow_mod.h>
#include <botan/blinding.h>

Go to the source code of this file.

Namespaces

namespace  Botan

Functions

 Botan::BOTAN_REGISTER_PK_KEY_AGREE_OP ("DH", DH_KA_Operation)

Variable Documentation

Blinder m_blinder

Definition at line 96 of file dh.cpp.

const BigInt& m_p

Definition at line 93 of file dh.cpp.

Fixed_Exponent_Power_Mod m_powermod_x_p

Definition at line 95 of file dh.cpp.