Module rng

Module rng 

Source
Expand description

Random Number Generator Protocol

This protocol is used to provide random numbers for use in applications, or entropy for seeding other random number generators.

Structs§

Protocol

Constants§

ALGORITHM_RAW
ALGORITHM_SP800_90_CTR_256_GUID
ALGORITHM_SP800_90_HASH_256_GUID
ALGORITHM_SP800_90_HMAC_256_GUID
ALGORITHM_X9_31_3DES_GUID
ALGORITHM_X9_31_AES_GUID
PROTOCOL_GUID

Type Aliases§

Algorithm
ProtocolGetInfo
ProtocolGetRng