botan v1.12.5 (2016-04-07T22:31:19Z)
Dub
Repo
DLSchemePublicKey.getY
botan
pubkey
algo
dl_algo
DLSchemePublicKey
Get the public value m_y with m_y = g^m_x mod p where m_x is the secret key.
class
DLSchemePublicKey
final ref const
const
(
BigInt
)
getY
(
)
Meta
Source
See Implementation
botan
pubkey
algo
dl_algo
DLSchemePublicKey
constructors
this
functions
algorithmIdentifier
checkKey
decodeOptions
estimatedStrength
getDomain
getY
groupG
groupP
groupQ
maxInputBits
messagePartSize
messageParts
publicValue
setY
x509SubjectPublicKey
properties
algoName
variables
m_algo_name
m_check_key
m_format
m_group
m_msg_parts
m_y
Get the public value m_y with m_y = g^m_x mod p where m_x is the secret key.