Accumulator.extractEntropy

  1. void extractEntropy(ubyte[] buf)
  2. void extractEntropy(ubyte[] buf)
    class Accumulator(DRNG, uint num_pools = 32)
    nothrow @nogc
    void
    extractEntropy
    (
    ubyte[] buf
    )

Parameters

buf ubyte[]

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

Meta