Public Types |
Public Member Functions |
Static Public Attributes |
Protected Member Functions |
Protected Attributes |
List of all members
nil::crypto3::mac::cbc_mac< BlockCipher > Struct Template Reference
CBC-MAC. More...
#include <cbc_mac.hpp>

Public Types | |
typedef BlockCipher | block_cipher_type |
typedef policy_type::block_type | block_type |
typedef policy_type::digest_type | digest_type |
typedef policy_type::key_type | key_type |
typedef policy_type::state_type | state_type |
Public Member Functions | |
void | begin_message (state_type &state, const block_type &block) |
cbc_mac (const block_cipher_type &cipher) | |
cbc_mac (const key_type &key) | |
void | end_message (digest_type &digest, const state_type &state, const block_type &block) |
void | process_block (state_type &state, const block_type &block) |
Static Public Attributes | |
constexpr static const std::size_t | block_bits = policy_type::block_bits |
constexpr static const std::size_t | block_words = policy_type::block_words |
constexpr static const std::size_t | digest_bits = policy_type::digest_bits |
constexpr static const std::size_t | key_bits = policy_type::key_bits |
constexpr static const std::size_t | key_words = policy_type::key_words |
constexpr static const std::size_t | state_bits = policy_type::state_bits |
constexpr static const std::size_t | state_words = policy_type::state_words |
Protected Member Functions | |
void | schedule_key (const key_type &key) |
Protected Attributes | |
block_cipher_type | cipher |
Detailed Description
template<typename BlockCipher>
struct nil::crypto3::mac::cbc_mac< BlockCipher >
CBC-MAC.
- Template Parameters
-
BlockCipher
Member Typedef Documentation
◆ block_cipher_type
template<typename BlockCipher >
typedef BlockCipher nil::crypto3::mac::cbc_mac< BlockCipher >::block_cipher_type |
◆ block_type
template<typename BlockCipher >
typedef policy_type::block_type nil::crypto3::mac::cbc_mac< BlockCipher >::block_type |
◆ digest_type
template<typename BlockCipher >
typedef policy_type::digest_type nil::crypto3::mac::cbc_mac< BlockCipher >::digest_type |
◆ key_type
template<typename BlockCipher >
typedef policy_type::key_type nil::crypto3::mac::cbc_mac< BlockCipher >::key_type |
◆ state_type
template<typename BlockCipher >
typedef policy_type::state_type nil::crypto3::mac::cbc_mac< BlockCipher >::state_type |
Constructor & Destructor Documentation
◆ cbc_mac() [1/2]
template<typename BlockCipher >
|
inline |
◆ cbc_mac() [2/2]
template<typename BlockCipher >
|
inline |
Member Function Documentation
◆ begin_message()
template<typename BlockCipher >
|
inline |
◆ end_message()
template<typename BlockCipher >
|
inline |
◆ process_block()
template<typename BlockCipher >
|
inline |
◆ schedule_key()
template<typename BlockCipher >
|
inlineprotected |
Member Data Documentation
◆ block_bits
template<typename BlockCipher >
|
staticconstexpr |
◆ block_words
template<typename BlockCipher >
|
staticconstexpr |
◆ cipher
template<typename BlockCipher >
|
protected |
◆ digest_bits
template<typename BlockCipher >
|
staticconstexpr |
◆ key_bits
template<typename BlockCipher >
|
staticconstexpr |
◆ key_words
template<typename BlockCipher >
|
staticconstexpr |
◆ state_bits
template<typename BlockCipher >
|
staticconstexpr |
◆ state_words
template<typename BlockCipher >
|
staticconstexpr |
The documentation for this struct was generated from the following file: