Exception classes for crypto module.
Definition in file exception.hpp.
Go to the source code of this file.
Classes | |
class | crypto::CryptoException |
Base exception. More... | |
class | crypto::SignError |
Signature generation error. More... | |
class | crypto::VerificationError |
Signature verification error. More... | |
class | crypto::KeyParseError |
Signing key parse error. More... | |
class | crypto::SerializationError |
Serialization error. More... | |
Namespaces | |
namespace | crypto |
Cryptography support. | |