nil::crypto3::block::modes::xts< Cipher, Padding, CiphertextStealingMode > Struct Template Reference

IEEE P1619 XTS Mode. More...

#include <xts.hpp>

+ Collaboration diagram for nil::crypto3::block::modes::xts< Cipher, Padding, CiphertextStealingMode >:

Classes

struct  bind
 

Public Types

typedef Cipher cipher_type
 
typedef CiphertextStealingMode< Cipher, Padding< Cipher > > ciphertext_stealing_type
 
typedef detail::xts_decryption_policy< cipher_type, padding_type, ciphertext_stealing_typedecryption_policy
 
typedef detail::xts_encryption_policy< cipher_type, padding_type, ciphertext_stealing_typeencryption_policy
 
typedef Padding< Cipher > padding_type
 

Detailed Description

template<typename Cipher, template< typename > class Padding, template< typename, typename > class CiphertextStealingMode = cts0>
struct nil::crypto3::block::modes::xts< Cipher, Padding, CiphertextStealingMode >

IEEE P1619 XTS Mode.

Template Parameters
Cipher
Padding
CiphertextStealingMode

Member Typedef Documentation

◆ cipher_type

template<typename Cipher , template< typename > class Padding, template< typename, typename > class CiphertextStealingMode = cts0>
typedef Cipher nil::crypto3::block::modes::xts< Cipher, Padding, CiphertextStealingMode >::cipher_type

◆ ciphertext_stealing_type

template<typename Cipher , template< typename > class Padding, template< typename, typename > class CiphertextStealingMode = cts0>
typedef CiphertextStealingMode<Cipher, Padding<Cipher> > nil::crypto3::block::modes::xts< Cipher, Padding, CiphertextStealingMode >::ciphertext_stealing_type

◆ decryption_policy

template<typename Cipher , template< typename > class Padding, template< typename, typename > class CiphertextStealingMode = cts0>
typedef detail::xts_decryption_policy<cipher_type, padding_type, ciphertext_stealing_type> nil::crypto3::block::modes::xts< Cipher, Padding, CiphertextStealingMode >::decryption_policy

◆ encryption_policy

template<typename Cipher , template< typename > class Padding, template< typename, typename > class CiphertextStealingMode = cts0>
typedef detail::xts_encryption_policy<cipher_type, padding_type, ciphertext_stealing_type> nil::crypto3::block::modes::xts< Cipher, Padding, CiphertextStealingMode >::encryption_policy

◆ padding_type

template<typename Cipher , template< typename > class Padding, template< typename, typename > class CiphertextStealingMode = cts0>
typedef Padding<Cipher> nil::crypto3::block::modes::xts< Cipher, Padding, CiphertextStealingMode >::padding_type

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