cmac.hpp File Reference
#include <nil/crypto3/detail/poly_dbl.hpp>
#include <nil/crypto3/mac/detail/cmac/cmac_policy.hpp>
#include <nil/crypto3/mac/detail/cmac/accumulator.hpp>
+ Include dependency graph for cmac.hpp:

Go to the source code of this file.

Classes

struct  nil::crypto3::mac::cmac< BlockCipher >
 CMAC, also known as OMAC1. More...
 

Namespaces

 nil
 
 nil::crypto3
 
 nil::crypto3::mac
 

Typedefs

template<typename BlockCipher >
using nil::crypto3::mac::omac1 = cmac< BlockCipher >