dcrypt ~master (2021-11-09T01:25:37.6069118)
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
destructors
~this
functions
addSeed
nextBytes
setSeed
manifest constants
isDeterministic
name
Add entropy to the generators internal state.