KeyGenerator::ElGamal::PublicKey¶
#include <ElGamalKeyGenerator.hpp>
Inherited by KeyGenerator::ElGamal::PrivateKey
Public Functions¶
| Name | |
|---|---|
| PublicKey(Params params, cpp_int pubkey_value) | |
| PublicKey(cpp_int pubkey_value) |
Public Attributes¶
| Name | |
|---|---|
| Params | params |
| cpp_int | public_key_value The value of the public key. |
Public Functions Documentation¶
function PublicKey¶
function PublicKey¶
Public Attributes Documentation¶
variable params¶
variable public_key_value¶
The value of the public key.
Updated on 2026-04-15 at 11:00:39 -0700