Botan  2.19.1
Crypto and TLS for C++11
Namespaces
dh.cpp File Reference
#include <botan/dh.h>
#include <botan/internal/pk_ops_impl.h>
#include <botan/internal/monty_exp.h>
#include <botan/blinding.h>

Go to the source code of this file.

Namespaces

 Botan
 

Variable Documentation

Blinder m_blinder

Definition at line 113 of file dh.cpp.

std::shared_ptr<const Montgomery_Params> m_monty_p

Definition at line 112 of file dh.cpp.

const BigInt& m_p

Definition at line 109 of file dh.cpp.

const BigInt& m_x

Definition at line 110 of file dh.cpp.

Referenced by Botan::DL_Scheme_PrivateKey::get_x().

const size_t m_x_bits

Definition at line 111 of file dh.cpp.