dcrypt v0.0.7 (2015-12-06T17:48:29Z)
Dub
Repo
RDRand
dcrypt
crypto
random
rdrand
Undocumented in source.
@
safe
struct
RDRand {
enum
name
;
static
bool
isSupported
[@property getter];
static
void
nextBytes
(ubyte[] buf);
}
Members
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
crypto
random
rdrand
structs
RDRand