Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
aes128.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  bb
 Entry point for Barretenberg command-line interface.
 
namespace  bb::plookup
 
namespace  bb::plookup::aes128_tables
 

Functions

std::array< bb::fr, 2 > bb::plookup::aes128_tables::get_aes_sparse_values_from_key (const std::array< uint64_t, 2 > key)
 
BasicTable bb::plookup::aes128_tables::generate_aes_sparse_table (BasicTableId id, const size_t table_index)
 
std::array< bb::fr, 2 > bb::plookup::aes128_tables::get_aes_sparse_normalization_values_from_key (const std::array< uint64_t, 2 > key)
 
BasicTable bb::plookup::aes128_tables::generate_aes_sparse_normalization_table (BasicTableId id, const size_t table_index)
 
MultiTable bb::plookup::aes128_tables::get_aes_normalization_table (const MultiTableId id=AES_NORMALIZE)
 
MultiTable bb::plookup::aes128_tables::get_aes_input_table (const MultiTableId id=AES_INPUT)
 
std::array< bb::fr, 2 > bb::plookup::aes128_tables::get_aes_sbox_values_from_key (const std::array< uint64_t, 2 > key)
 
BasicTable bb::plookup::aes128_tables::generate_aes_sbox_table (BasicTableId id, const size_t table_index)
 
MultiTable bb::plookup::aes128_tables::get_aes_sbox_table (const MultiTableId id=AES_SBOX)