dcrypt v0.0.7 (2015-12-06T17:48:29Z)
Dub
Repo
HashDRNG.setSeed
dcrypt
crypto
random
drng
HashDRNG
Initialize the generator with given seed.
struct
HashDRNG
(D, uint seedlen)
nothrow @
nogc
void
setSeed
(
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
Initialize the generator with given seed.