botan v1.12.5 (2016-04-07T22:31:19Z)
Dub
Repo
GOST3410Options
botan
pubkey
algo
gost_3410
Undocumented in source.
static if
(
BOTAN_HAS_PUBLIC_KEY_CRYPTO && BOTAN_HAS_GOST_34_10_2001
)
struct
GOST3410Options {
enum
algoName
;
enum
msgParts
;
static
AlgorithmIdentifier
algorithmIdentifier
(ECPublicKey pkey);
static
Vector
!
ubyte
x509SubjectPublicKey
(ECPublicKey pkey);
}
Members
Manifest constants
algoName
enum
algoName
;
Undocumented in source.
msgParts
enum
msgParts
;
Undocumented in source.
Static functions
algorithmIdentifier
AlgorithmIdentifier
algorithmIdentifier
(ECPublicKey pkey)
Undocumented in source. Be warned that the author may not have intended to support it.
x509SubjectPublicKey
Vector
!
ubyte
x509SubjectPublicKey
(ECPublicKey pkey)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
botan
pubkey
algo
gost_3410
classes
GOST3410SignatureOperation
GOST3410VerificationOperation
structs
GOST3410Options
GOST3410PrivateKey
GOST3410PublicKey