botan v1.12.12 (2020-01-26T16:00:04Z)
Dub
Repo
Curve25519PublicKey.this
botan
pubkey
algo
curve25519
Curve25519PublicKey
Create a Curve25519 Public Key.
this
(AlgorithmIdentifier alg_id, SecureVector!ubyte key_bits)
struct
Curve25519PublicKey
this
(
in
AlgorithmIdentifier
alg_id
,
const
ref
SecureVector
!ubyte
key_bits
)
this
(Vector!ubyte pub)
this
(SecureVector!ubyte pub)
this
(PrivateKey pkey)
this
(PublicKey pkey)
Meta
Source
See Implementation
botan
pubkey
algo
curve25519
Curve25519PublicKey
constructors
this
manifest constants
algoName
mixins
__anonymous
variables
m_owned
m_pub
Create a Curve25519 Public Key.