nil::crypto3::kdf::detail::kdf2_functions< Hash > Struct Template Reference

#include <kdf2_functions.hpp>

+ Inheritance diagram for nil::crypto3::kdf::detail::kdf2_functions< Hash >:
+ Collaboration diagram for nil::crypto3::kdf::detail::kdf2_functions< Hash >:

Public Types

typedef policy_type::hash_type hash_type
 
typedef policy_type::label_type label_type
 
typedef kdf2_policy< Hash > policy_type
 
typedef policy_type::salt_type salt_type
 
typedef policy_type::secret_type secret_type
 

Static Public Attributes

constexpr static const std::size_t label_bits = policy_type::label_bits
 
constexpr static const std::size_t label_size = CHAR_BIT / CHAR_BIT
 
constexpr static const std::size_t salt_bits = policy_type::salt_bits
 
constexpr static const std::size_t salt_size = CHAR_BIT / CHAR_BIT
 
constexpr static const std::size_t secret_bits = policy_type::secret_bits
 
constexpr static const std::size_t secret_size = CHAR_BIT / CHAR_BIT
 

Member Typedef Documentation

◆ hash_type

◆ label_type

◆ policy_type

template<typename Hash >
typedef kdf2_policy<Hash> nil::crypto3::kdf::detail::kdf2_functions< Hash >::policy_type

◆ salt_type

◆ secret_type

Member Data Documentation

◆ label_bits

template<typename Hash >
constexpr static const std::size_t nil::crypto3::kdf::detail::kdf2_functions< Hash >::label_bits = policy_type::label_bits
staticconstexpr

◆ label_size

template<typename Hash >
constexpr static const std::size_t nil::crypto3::kdf::detail::kdf2_policy< Hash >::label_size = CHAR_BIT / CHAR_BIT
staticconstexprinherited

◆ salt_bits

template<typename Hash >
constexpr static const std::size_t nil::crypto3::kdf::detail::kdf2_functions< Hash >::salt_bits = policy_type::salt_bits
staticconstexpr

◆ salt_size

template<typename Hash >
constexpr static const std::size_t nil::crypto3::kdf::detail::kdf2_policy< Hash >::salt_size = CHAR_BIT / CHAR_BIT
staticconstexprinherited

◆ secret_bits

template<typename Hash >
constexpr static const std::size_t nil::crypto3::kdf::detail::kdf2_functions< Hash >::secret_bits = policy_type::secret_bits
staticconstexpr

◆ secret_size

template<typename Hash >
constexpr static const std::size_t nil::crypto3::kdf::detail::kdf2_policy< Hash >::secret_size = CHAR_BIT / CHAR_BIT
staticconstexprinherited

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