nil::crypto3::pbkdf::detail::pkcs5_pkbdf1_functions< Hash > Struct Template Reference

#include <pbkdf1_functions.hpp>

+ Inheritance diagram for nil::crypto3::pbkdf::detail::pkcs5_pkbdf1_functions< Hash >:
+ Collaboration diagram for nil::crypto3::pbkdf::detail::pkcs5_pkbdf1_functions< Hash >:

Public Types

typedef policy_type::digest_type digest_type
 
typedef policy_type::hash_type hash_type
 
typedef pkcs5_pkbdf1_policy< Hash > policy_type
 
typedef policy_type::salt_type salt_type
 

Static Public Attributes

constexpr static const std::size_t digest_bits = policy_type::digest_bits
 
constexpr static const std::size_t salt_bits = policy_type::salt_bits
 
constexpr static const std::size_t salt_size = CHAR_BIT / CHAR_BIT
 

Member Typedef Documentation

◆ digest_type

◆ hash_type

◆ policy_type

◆ salt_type

Member Data Documentation

◆ digest_bits

template<typename Hash >
constexpr static const std::size_t nil::crypto3::pbkdf::detail::pkcs5_pkbdf1_functions< Hash >::digest_bits = policy_type::digest_bits
staticconstexpr

◆ salt_bits

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

◆ salt_size

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

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