BufferedComputation.process

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

Parameters

input ubyte[]

the input to process as a ubyte array

Return Value

Type: SecureVector!ubyte

The result of the call to finished()

Meta