botan.pubkey.algo.dlies

DLIES (Discrete Logarithm/Elliptic Curve Integrated Encryption Scheme): Essentially the "DHAES" variant of ElGamal encryption.

Public Imports

botan.pubkey.pubkey
public import botan.pubkey.pubkey;
Undocumented in source.

Members

Classes

DLIESDecryptor
class DLIESDecryptor

DLIES Decryption

DLIESEncryptor
class DLIESEncryptor

DLIES Encryption

Functions

dliesKat
size_t dliesKat(string p, string g, string x1, string x2, string msg, string ciphertext)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

total_tests
size_t total_tests;
Undocumented in source.

Meta

License

Botan is released under the Simplified BSD License (see LICENSE.md)