botan.pubkey.algo.dl_group

Discrete Logarithm Group

Public Imports

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

Members

Structs

DLGroup
struct DLGroup

This class represents discrete logarithm groups. It holds a prime p, a prime q = (p-1)/2 and m_g = x^((p-1)/q) mod p.

Meta

License

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