botan v1.12.5 (2016-04-07T22:31:19Z)
Dub
Repo
DLGroup.this
botan
pubkey
algo
dl_group
DLGroup
Create a DL group.
this
(string name)
this
(RandomNumberGenerator rng, PrimeType type, size_t pbits, size_t qbits)
this
(RandomNumberGenerator rng, Vector!ubyte seed, size_t pbits, size_t qbits)
this
(BigInt p1, BigInt g1)
this
(BigInt p1, BigInt q1, BigInt g1)
struct
DLGroup
this
(
ref
BigInt
p1
,
ref
BigInt
q1
,
ref
BigInt
g1
)
Parameters
p1
BigInt
the prime p
q1
BigInt
the prime q
g1
BigInt
the base g
Meta
Source
See Implementation
botan
pubkey
algo
dl_group
DLGroup
aliases
Format
PrimeType
constructors
this
enums
ANSI_X9_42
Strong
functions
BER_decode
DER_encode
PEM_decode
PEM_encode
getG
getP
getQ
opAssign
toString
toVector
verifyGroup
postblits
this(this)
properties
dup
move
static functions
getPemForNamedGroup
Create a DL group.