Botan  2.19.1
Crypto and TLS for C++11
Namespaces
dsa.cpp File Reference
#include <botan/dsa.h>
#include <botan/keypair.h>
#include <botan/reducer.h>
#include <botan/rng.h>
#include <botan/divide.h>
#include <botan/internal/pk_ops_impl.h>

Go to the source code of this file.

Namespaces

 Botan
 

Variable Documentation

BigInt m_b

Definition at line 105 of file dsa.cpp.

BigInt m_b_inv

Definition at line 105 of file dsa.cpp.

const DL_Group m_group
const BigInt& m_x

Definition at line 100 of file dsa.cpp.

const BigInt& m_y

Definition at line 179 of file dsa.cpp.

Referenced by Botan::DL_Scheme_PublicKey::get_y().