BufferedComputation.process

Update and finalize computation. Does the same as calling update() and finished() consecutively.

Parameters

input const(ubyte)*

the input to process as a ubyte array

length size_t

the length of the ubyte array

Return Value

Type: SecureVector!ubyte

The result of the call to finished()

Meta