botan v1.12.8 (2016-11-14T10:06:52Z)
Dub
Repo
BufferedComputation.update
botan
algo_base
buf_comp
BufferedComputation
Add new input to process.
void
update
(ubyte[] input)
interface
BufferedComputation
final
void
update
(
in
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)
Parameters
input
ubyte
[]
the input to process as a ubyte array
Meta
Source
See Implementation
botan
algo_base
buf_comp
BufferedComputation
functions
addData
finalResult
finished
flushInto
process
update
updateBigEndian
properties
outputLength
Add new input to process.