botan v1.12.5 (2016-04-07T22:31:19Z)
Dub
Repo
PKSigner.update
botan
pubkey
pubkey
PKSigner
Add a message part (single ubyte).
void
update
(ubyte input)
struct
PKSigner
void
update
(
ubyte
input
)
void
update
(const(ubyte)* input, size_t length)
void
update
(RefCounted!(Vector!(ubyte, ALLOC), ALLOC) input)
void
update
(Vector!(ubyte, ALLOC) input)
Parameters
input
ubyte
the ubyte to add
Meta
Source
See Implementation
botan
pubkey
pubkey
PKSigner
constructors
this
functions
setOutputFormat
signMessage
signature
update
Add a message part (single ubyte).