nil::crypto3::block::rijndael_armv8_impl< 192, 128, PolicyType > Class Template Reference

#include <rijndael_armv8_impl.hpp>

+ Inheritance diagram for nil::crypto3::block::rijndael_armv8_impl< 192, 128, PolicyType >:
+ Collaboration diagram for nil::crypto3::block::rijndael_armv8_impl< 192, 128, PolicyType >:

Static Public Member Functions

static block_type decrypt_block (const block_type &plaintext, const key_schedule_type &decryption_key)
 
static block_type encrypt_block (const block_type &plaintext, const key_schedule_type &encryption_key)
 

Member Function Documentation

◆ decrypt_block()

template<typename PolicyType >
static block_type nil::crypto3::block::rijndael_armv8_impl< 192, 128, PolicyType >::decrypt_block ( const block_type &  plaintext,
const key_schedule_type &  decryption_key 
)
inlinestatic

◆ encrypt_block()

template<typename PolicyType >
static block_type nil::crypto3::block::rijndael_armv8_impl< 192, 128, PolicyType >::encrypt_block ( const block_type &  plaintext,
const key_schedule_type &  encryption_key 
)
inlinestatic

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