dcrypt v0.0.5 (2015-08-01T16:43:44Z)
Dub
Repo
FortunaGenerator.nextBytes
dcrypt
crypto
random
fortuna
generator
FortunaGenerator
Fill an arbitrary-size buffer with random data.
struct
FortunaGenerator
(Cipher, Digest)
nothrow @
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
functions
addSeed
nextBytes
manifest constants
isDeterministic
name
Fill an arbitrary-size buffer with random data.