crypto.utils

Undocumented in source.

Members

Aliases

SecureRandomGenerator
alias SecureRandomGenerator = ARC4RandomGenerator
alias SecureRandomGenerator = CryptGenRandomGenerator

Cryptographically secure source of random numbers. Not available on all platforms.

Static variables

rnd
InsecureRandomGenerator rnd;
Undocumented in source.
secureRnd
SecureRandomGenerator secureRnd;
Undocumented in source.
secureRnd
SecureRandomGenerator secureRnd;
Undocumented in source.

Structs

ARC4RandomGenerator
struct ARC4RandomGenerator

Cryptographically secure source of random numbers. Not available on all platforms.

BigIntHelper
struct BigIntHelper
Undocumented in source.
CryptGenRandomGenerator
struct CryptGenRandomGenerator

Cryptographically secure source of random numbers. Not available on all platforms.

InsecureRandomGenerator
struct InsecureRandomGenerator

Fast but cryptographically insecure source of random numbers.

Meta