FortunaGenerator.nextBytes

Fill an arbitrary-size buffer with random data.

struct FortunaGenerator(Cipher, Digest)
nothrow @nogc
void
nextBytes
@nogc
(
ubyte[] buf
)
if (
isBlockCipher!Cipher &&
isDigest!Digest
&&
)

Meta