nil::crypto3::kdf::detail::hkdf_policy< MessageAuthenticationCode > Struct Template Reference

#include <hkdf_policy.hpp>

+ Inheritance diagram for nil::crypto3::kdf::detail::hkdf_policy< MessageAuthenticationCode >:
+ Collaboration diagram for nil::crypto3::kdf::detail::hkdf_policy< MessageAuthenticationCode >:

Public Types

typedef mac_type::digest_type digest_type
 
typedef mac_type::key_type key_type
 
typedef MessageAuthenticationCode mac_type
 
typedef mac_type::key_type salt_type
 
typedef mac_type::key_type secret_type
 

Static Public Attributes

constexpr static const std::size_t digest_bits = mac_type::digest_bits
 
constexpr static const std::size_t max_key_bits = mac_type::key_bits
 
constexpr static const std::size_t min_key_bits = mac_type::key_bits
 
constexpr static const std::size_t salt_bits = mac_type::key_bits
 
constexpr static const std::size_t secret_bits = mac_type::key_bits
 

Member Typedef Documentation

◆ digest_type

template<typename MessageAuthenticationCode >
typedef mac_type::digest_type nil::crypto3::kdf::detail::hkdf_policy< MessageAuthenticationCode >::digest_type

◆ key_type

template<typename MessageAuthenticationCode >
typedef mac_type::key_type nil::crypto3::kdf::detail::hkdf_policy< MessageAuthenticationCode >::key_type

◆ mac_type

template<typename MessageAuthenticationCode >
typedef MessageAuthenticationCode nil::crypto3::kdf::detail::hkdf_policy< MessageAuthenticationCode >::mac_type

◆ salt_type

template<typename MessageAuthenticationCode >
typedef mac_type::key_type nil::crypto3::kdf::detail::hkdf_policy< MessageAuthenticationCode >::salt_type

◆ secret_type

template<typename MessageAuthenticationCode >
typedef mac_type::key_type nil::crypto3::kdf::detail::hkdf_policy< MessageAuthenticationCode >::secret_type

Member Data Documentation

◆ digest_bits

template<typename MessageAuthenticationCode >
constexpr static const std::size_t nil::crypto3::kdf::detail::hkdf_policy< MessageAuthenticationCode >::digest_bits = mac_type::digest_bits
staticconstexpr

◆ max_key_bits

template<typename MessageAuthenticationCode >
constexpr static const std::size_t nil::crypto3::kdf::detail::hkdf_policy< MessageAuthenticationCode >::max_key_bits = mac_type::key_bits
staticconstexpr

◆ min_key_bits

template<typename MessageAuthenticationCode >
constexpr static const std::size_t nil::crypto3::kdf::detail::hkdf_policy< MessageAuthenticationCode >::min_key_bits = mac_type::key_bits
staticconstexpr

◆ salt_bits

template<typename MessageAuthenticationCode >
constexpr static const std::size_t nil::crypto3::kdf::detail::hkdf_policy< MessageAuthenticationCode >::salt_bits = mac_type::key_bits
staticconstexpr

◆ secret_bits

template<typename MessageAuthenticationCode >
constexpr static const std::size_t nil::crypto3::kdf::detail::hkdf_policy< MessageAuthenticationCode >::secret_bits = mac_type::key_bits
staticconstexpr

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