EntropyAccumulator.getIoBuffer

Get a cached I/O buffer (purely for minimizing allocation overhead to polls)

struct EntropyAccumulator
ref
SecureVector!ubyte
getIoBuffer
(
size_t size
)

Parameters

size size_t

requested size for the I/O buffer

Return Value

Type: SecureVector!ubyte

cached I/O buffer for repeated polls

Meta