botan v1.12.5 (2016-04-07T22:31:19Z)
Dub
Repo
Curve25519PublicKey
botan
pubkey
algo
curve25519
This class represents Curve25519 Public Keys.
static if
(
BOTAN_HAS_CURVE25519
)
struct
Curve25519PublicKey {
enum
algoName
;
this
(AlgorithmIdentifier alg_id, SecureVector!ubyte key_bits);
this
(PrivateKey pkey);
this
(PublicKey pkey);
mixin
Embed
!(
m_pub
,
m_owned
)
;
bool
m_owned
;
Curve25519PublicKeyImpl
m_pub
;
}
Constructors
this
this
(AlgorithmIdentifier alg_id, SecureVector!ubyte key_bits)
Undocumented in source.
this
this
(PrivateKey pkey)
Undocumented in source.
this
this
(PublicKey pkey)
Undocumented in source.
Members
Manifest constants
algoName
enum
algoName
;
Undocumented in source.
Mixins
__anonymous
mixin
Embed
!(
m_pub
,
m_owned
)
Undocumented in source.
Variables
m_owned
bool
m_owned
;
Undocumented in source.
m_pub
Curve25519PublicKeyImpl
m_pub
;
Undocumented in source.
Meta
Source
See Implementation
botan
pubkey
algo
curve25519
classes
Curve25519KAOperation
Curve25519PrivateKeyImpl
Curve25519PublicKeyImpl
structs
Curve25519PrivateKey
Curve25519PublicKey
This class represents Curve25519 Public Keys.