dcrypt v0.0.7 (2015-12-06T17:48:29Z)
Dub
Repo
HashDRNG.addSeed
dcrypt
crypto
random
drng
HashDRNG
Add entropy to the generators internal state.
struct
HashDRNG
(D, uint seedlen)
nothrow @
nogc
void
addSeed
(
in
ubyte
[]
seed
...
)
if
(
isStdDigest
!
D
&&
seedlen
% 8 == 0
)
Meta
Source
See Implementation
dcrypt
crypto
random
drng
HashDRNG
destructors
~this
functions
addSeed
nextBytes
setSeed
manifest constants
isDeterministic
name
Add entropy to the generators internal state.