Common types for crypto module.
Definition in file basic_types.hpp.
Go to the source code of this file.
Classes | |
class | crypto::NamedAlgo |
Base class for a crypto algorithm implementation. More... | |
Namespaces | |
namespace | crypto |
Cryptography support. | |
Enumerations | |
enum class | crypto::DigestSize { k160 , k256 , k384 , k512 } |
SHA digest size in bits. More... | |
enum class | crypto::DsaType { kRsa , kEc , kRsaPss } |
Digital signature type. More... | |