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