Accumulator.extractEntropy

  1. void extractEntropy(ubyte[] buf)
  2. void extractEntropy(ubyte[] buf)
    class Accumulator
    nothrow @nogc
    void
    extractEntropy
    (
    ubyte[] buf
    )

Parameters

buf ubyte[]

Write the seed in this buffer. Length must be bufferSize.

Meta