dcrypt ~master (2018-06-04T17:07:07Z)
Dub
Repo
HashDRNG.addSeed
dcrypt
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
random
drng
HashDRNG
functions
addSeed
nextBytes
setSeed
Add entropy to the generators internal state.