botan v1.13.4 (2023-03-01T00:35:38Z)
Dub
Repo
BufferedComputation.update
botan
algo_base
buf_comp
BufferedComputation
Process a single ubyte.
void
update
(ubyte[] input)
void
update
(const(ubyte)* input, size_t length)
void
update
(RefCounted!(Vector!(T, ALLOC)) input)
void
update
(Vector!(T, ALLOC) input)
void
update
(string str)
void
update
(ubyte input)
interface
BufferedComputation
public final
void
update
(
ubyte
input
)
Parameters
input
ubyte
the ubyte to process
Meta
Source
See Implementation
botan
algo_base
buf_comp
BufferedComputation
functions
addData
finalResult
finished
flushInto
process
update
updateBigEndian
properties
outputLength
Process a single ubyte.