dcrypt v0.0.7 (2015-12-06T17:48:29Z)
Dub
Repo
FortunaGenerator.nextBytes
dcrypt
crypto
random
fortuna
generator
FortunaGenerator
Fill an arbitrary-size buffer with random data.
struct
FortunaGenerator
(Cipher, Digest)
nothrow @
nogc
@
nogc
void
nextBytes
(
ubyte
[]
buf
)
if
(
isBlockCipher
!
Cipher
&&
isDigest
!
Digest
&&
Digest.digestLength
== 32
)
Meta
Source
See Implementation
dcrypt
crypto
random
fortuna
generator
FortunaGenerator
constructors
this
destructors
~this
functions
addSeed
nextBytes
setSeed
manifest constants
isDeterministic
name
Fill an arbitrary-size buffer with random data.