Skip to content

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

inline PublicKey(
    Params params,
    cpp_int pubkey_value
)

function PublicKey

inline PublicKey(
    cpp_int pubkey_value
)

Public Attributes Documentation

variable params

Params params;

variable public_key_value

cpp_int public_key_value;

The value of the public key.


Updated on 2026-04-15 at 11:00:39 -0700