Botan
1.11.15
|
#include <botan/internal/pk_utils.h>
#include <botan/elgamal.h>
#include <botan/keypair.h>
#include <botan/reducer.h>
#include <botan/blinding.h>
#include <botan/workfactor.h>
Go to the source code of this file.
Namespaces | |
namespace | Botan |
Blinder blinder |
Definition at line 141 of file elgamal.cpp.
Modular_Reducer mod_p |
Definition at line 90 of file elgamal.cpp.
Fixed_Base_Power_Mod powermod_g_p |
Definition at line 89 of file elgamal.cpp.
Fixed_Exponent_Power_Mod powermod_x_p |
Definition at line 139 of file elgamal.cpp.
Fixed_Base_Power_Mod powermod_y_p |
Definition at line 89 of file elgamal.cpp.