dcrypt ~master (2021-11-09T01:25:37.6069118)
Dub
Repo
RDRand
dcrypt
random
rdrand
Undocumented in source.
@
safe
struct
RDRand {
enum
name
;
static
bool
isSupported
[@property getter];
static
void
nextBytes
(ubyte[] buf);
void
addSeed
(ubyte[] seed);
}
Members
Functions
addSeed
void
addSeed
(ubyte[] seed)
RDRAND is not seedable.
Manifest constants
name
enum
name
;
Undocumented in source.
Properties
isSupported
bool
isSupported
[@property getter]
Static functions
nextBytes
void
nextBytes
(ubyte[] buf)
Generate random data with rdrand instruction.
Meta
Source
See Implementation
dcrypt
random
rdrand
aliases
RDRandRNG
structs
RDRand