nil::crypto3::block::modes::ccm< BlockCipher, Padding, NonceBits, TagBits, LengthBits, Allocator >::bind< Policy > Struct Template Reference

#include <ccm.hpp>

+ Collaboration diagram for nil::crypto3::block::modes::ccm< BlockCipher, Padding, NonceBits, TagBits, LengthBits, Allocator >::bind< Policy >:

Public Types

typedef detail::ccm< Policy< cipher_type, padding_type, NonceBits, TagBits, LengthBits, Allocator > > type
 

Member Typedef Documentation

◆ type

template<typename BlockCipher , template< typename > class Padding, std::size_t NonceBits, std::size_t TagBits = 16 * CHAR_BIT, std::size_t LengthBits = 3 * CHAR_BIT, template< typename > class Allocator = std::allocator>
template<template< typename, typename, std::size_t, std::size_t, std::size_t, template< typename > class > class Policy>
typedef detail::ccm< Policy<cipher_type, padding_type, NonceBits, TagBits, LengthBits, Allocator> > nil::crypto3::block::modes::ccm< BlockCipher, Padding, NonceBits, TagBits, LengthBits, Allocator >::bind< Policy >::type

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