nil::crypto3::hashes::detail::md4_policy Struct Reference

#include <md4_policy.hpp>

+ Collaboration diagram for nil::crypto3::hashes::detail::md4_policy:

Classes

struct  iv_generator
 

Public Types

typedef block::md4 block_cipher_type
 
typedef block_cipher_type::key_type block_type
 
typedef stream_endian::little_octet_big_bit digest_endian
 
typedef static_digest< digest_bitsdigest_type
 
typedef block_cipher_type::block_type state_type
 
typedef block_cipher_type::word_type word_type
 

Static Public Attributes

constexpr static const std::size_t block_bits = block_cipher_type::key_bits
 
constexpr static const std::size_t block_words = block_cipher_type::key_words
 
constexpr static const std::size_t digest_bits = state_bits
 
constexpr static const std::size_t length_bits = word_bits * 2
 
constexpr static const std::size_t state_bits = block_cipher_type::block_bits
 
constexpr static const std::size_t state_words = block_cipher_type::block_words
 
constexpr static const std::size_t word_bits = block_cipher_type::word_bits
 

Member Typedef Documentation

◆ block_cipher_type

◆ block_type

◆ digest_endian

◆ digest_type

◆ state_type

◆ word_type

Member Data Documentation

◆ block_bits

constexpr static const std::size_t nil::crypto3::hashes::detail::md4_policy::block_bits = block_cipher_type::key_bits
staticconstexpr

◆ block_words

constexpr static const std::size_t nil::crypto3::hashes::detail::md4_policy::block_words = block_cipher_type::key_words
staticconstexpr

◆ digest_bits

constexpr static const std::size_t nil::crypto3::hashes::detail::md4_policy::digest_bits = state_bits
staticconstexpr

◆ length_bits

constexpr static const std::size_t nil::crypto3::hashes::detail::md4_policy::length_bits = word_bits * 2
staticconstexpr

◆ state_bits

constexpr static const std::size_t nil::crypto3::hashes::detail::md4_policy::state_bits = block_cipher_type::block_bits
staticconstexpr

◆ state_words

constexpr static const std::size_t nil::crypto3::hashes::detail::md4_policy::state_words = block_cipher_type::block_words
staticconstexpr

◆ word_bits

constexpr static const std::size_t nil::crypto3::hashes::detail::md4_policy::word_bits = block_cipher_type::word_bits
staticconstexpr

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