vibe-d v0.9.8-alpha.3 (2023-10-20T08:14:46Z)
Home
Dub
Repo
CryptoException
index
vibe
crypto
cryptorand
Thrown when an error occurs during random number generation.
class
CryptoException : Exception {
this
(string msg, string file, size_t line, Throwable next);
}
Constructors
this
this
(string msg, string file, size_t line, Throwable next)
Undocumented in source.
Meta
Source
See Implementation
index
vibe
crypto
cryptorand
aliases
SHA1HashMixerRNG
classes
CryptoException
HashMixerRNG
SystemRNG
functions
secureRNG
interfaces
RandomNumberStream
variables
LinuxMaybeHasGetrandom
Thrown when an error occurs during random number generation.