Botan
1.10.9
|
#include <dh.h>
Public Member Functions | |
SecureVector< byte > | agree (const byte w[], size_t w_len) |
DH_KA_Operation (const DH_PrivateKey &key) | |
Botan::DH_KA_Operation::DH_KA_Operation | ( | const DH_PrivateKey & | key | ) |
Definition at line 79 of file dh.cpp.
References Botan::BigInt::bits(), Botan::Global_State_Management::global_state(), and Botan::inverse_mod().
|
virtual |
Implements Botan::PK_Ops::Key_Agreement.
Definition at line 86 of file dh.cpp.
References Botan::Blinder::blind(), Botan::BigInt::bytes(), Botan::BigInt::decode(), Botan::BigInt::encode_1363(), r, and Botan::Blinder::unblind().