|
KeccakTools
|
#include <sponge.h>
Public Member Functions | |
| SpongeException (const string &aReason) | |
Public Attributes | |
| string | reason |
Exception that can be thrown by the class Sponge.
| SpongeException::SpongeException | ( | const string & | aReason | ) |
The constructor.
| aReason | A string giving the reason of the exception. |
| string SpongeException::reason |
A string expressing the reason for the exception.