Transformation.update

Process some data. Input must be in size updateGranularity() ubyte blocks.

interface Transformation
public
void
update
(
ref SecureVector!ubyte blocks
,
size_t offset = 0
)

Parameters

blocks SecureVector!ubyte

in/out paramter which will possibly be resized

offset size_t

an offset into blocks to begin processing

Meta