|
using | key_type = typename CipherContext::key_type |
|
using | iv_type = typename CipherContext::iv_type |
|
using | result_type = std::optional< cs_crypto::traits::remove_optional_t< decltype (finalize (std::declval< CipherContext >()))>> |
|
|
template<typename... Ts> |
constexpr result_type | operator () (key_type &&secret_key, iv_type &&iv, Ts &&... args) const |
|
template<typename CipherContext>
struct cipher::encrypt_operation< CipherContext >
Definition at line 64 of file sym_encrypt_decrypt.h.