BufferedComputation.flushInto

Complete the computation and retrieve the final result.

  1. void flushInto(ubyte[] output)
    interface BufferedComputation
    final
    void
    flushInto
    (
    ref ubyte[] output
    )
  2. void flushInto(ubyte* output)

Parameters

output ubyte[]

The ubyte array to be filled with the result.

Notes: Must be of length outputLength()

Meta