nil::crypto3::block::modes::ocb< Cipher, Padding, TagBits, Allocator >::bind< Policy > Struct Template Reference

#include <ocb.hpp>

+ Collaboration diagram for nil::crypto3::block::modes::ocb< Cipher, Padding, TagBits, Allocator >::bind< Policy >:

Public Types

typedef detail::ocb< Policy< cipher_type, padding_type, TagBits, allocator_type > > type
 

Member Typedef Documentation

◆ type

template<typename Cipher , template< typename > class Padding, std::size_t TagBits = 16 * CHAR_BIT, template< typename > class Allocator = std::allocator>
template<template< typename, typename, std::size_t, template< typename > class > class Policy>
typedef detail::ocb<Policy<cipher_type, padding_type, TagBits, allocator_type> > nil::crypto3::block::modes::ocb< Cipher, Padding, TagBits, Allocator >::bind< Policy >::type

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