botan v1.13.4 (2023-03-01T00:35:38Z)
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
public
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.