nil::crypto3::block::modes::siv< BlockCipher, Padding, TagBits, StreamCipher, MessageAuthenticationCode, Allocator >::bind< Policy > Struct Template Reference

#include <siv.hpp>

+ Collaboration diagram for nil::crypto3::block::modes::siv< BlockCipher, Padding, TagBits, StreamCipher, MessageAuthenticationCode, Allocator >::bind< Policy >:

Public Types

typedef detail::siv< Policy< cipher_type, padding_type, TagBits, stream_cipher_type, mac_type, allocator_type > > type
 

Member Typedef Documentation

◆ type

template<typename BlockCipher , template< typename > class Padding, std::size_t TagBits = 16 * CHAR_BIT, typename StreamCipher = stream::ctr<BlockCipher>, typename MessageAuthenticationCode = mac::cmac<BlockCipher>, template< typename > class Allocator = std::allocator>
template<template< typename, typename, std::size_t, typename, typename, template< typename > class > class Policy>
typedef detail::siv< Policy<cipher_type, padding_type, TagBits, stream_cipher_type, mac_type, allocator_type> > nil::crypto3::block::modes::siv< BlockCipher, Padding, TagBits, StreamCipher, MessageAuthenticationCode, Allocator >::bind< Policy >::type

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