#include <rc4.hpp>
|
constexpr static const std::size_t | iv_bits = policy_type::iv_bits |
|
constexpr static const std::size_t | key_bits = policy_type::key_bits |
|
constexpr static const std::size_t | key_schedule_bits = policy_type::key_schedule_bits |
|
constexpr static const std::size_t | key_schedule_size = policy_type::key_schedule_size |
|
constexpr static const std::size_t | key_size = policy_type::key_size |
|
constexpr static const std::size_t | state_bits = policy_type::state_bits |
|
constexpr static const std::size_t | state_size = policy_type::state_size |
|
◆ block_type
template<std::size_t IVBits, std::size_t KeyBits>
◆ iv_type
template<std::size_t IVBits, std::size_t KeyBits>
◆ key_schedule_type
template<std::size_t IVBits, std::size_t KeyBits>
◆ key_type
template<std::size_t IVBits, std::size_t KeyBits>
◆ state_type
template<std::size_t IVBits, std::size_t KeyBits>
◆ process()
template<std::size_t IVBits, std::size_t KeyBits>
template<typename OutputRange , typename InputRange >
◆ iv_bits
template<std::size_t IVBits, std::size_t KeyBits>
◆ key_bits
template<std::size_t IVBits, std::size_t KeyBits>
◆ key_schedule_bits
template<std::size_t IVBits, std::size_t KeyBits>
◆ key_schedule_size
template<std::size_t IVBits, std::size_t KeyBits>
◆ key_size
template<std::size_t IVBits, std::size_t KeyBits>
◆ state_bits
template<std::size_t IVBits, std::size_t KeyBits>
◆ state_size
template<std::size_t IVBits, std::size_t KeyBits>
The documentation for this class was generated from the following file: