dcrypt v0.0.7 (2015-12-06T17:48:29Z)
Dub
Repo
FortunaGenerator.addSeed
dcrypt
crypto
random
fortuna
generator
FortunaGenerator
add entropy to the generator
struct
FortunaGenerator
(Cipher, Digest)
nothrow @
nogc
@
nogc
void
addSeed
(
in
ubyte
[]
seed
...
)
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
add entropy to the generator