libdecaf
Public Member Functions | Public Attributes | List of all members
decaf::SpongeRng::RngException Class Reference

Exception thrown when The RNG fails (to seed itself) More...

Inheritance diagram for decaf::SpongeRng::RngException:

Public Member Functions

const char * what () const DECAF_NOEXCEPT
 Description of exception. More...
 
 RngException (int err_code, const char *what_) DECAF_NOEXCEPT
 Construct.
 

Public Attributes

const int err_code
 errno that caused the reseed to fail. More...
 

Detailed Description

Exception thrown when The RNG fails (to seed itself)

Member Function Documentation

◆ what()

const char* decaf::SpongeRng::RngException::what ( ) const
inline

Description of exception.

Member Data Documentation

◆ err_code

const int decaf::SpongeRng::RngException::err_code

errno that caused the reseed to fail.


The documentation for this class was generated from the following file: