|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
Go to the source code of this file.
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
| namespace | bb::plookup |
| namespace | bb::plookup::blake2s_tables |
Functions | |
| template<uint64_t bits_per_slice, uint64_t num_rotated_output_bits, bool filter = false> | |
| std::array< bb::fr, 2 > | bb::plookup::blake2s_tables::get_xor_rotate_values_from_key (const std::array< uint64_t, 2 > key) |
| template<uint64_t bits_per_slice, uint64_t num_rotated_output_bits, bool filter = false> | |
| BasicTable | bb::plookup::blake2s_tables::generate_xor_rotate_table (BasicTableId id, const size_t table_index) |
| MultiTable | bb::plookup::blake2s_tables::get_blake2s_xor_table (const MultiTableId id=BLAKE_XOR) |
| MultiTable | bb::plookup::blake2s_tables::get_blake2s_xor_rotate_16_table (const MultiTableId id=BLAKE_XOR_ROTATE_16) |
| MultiTable | bb::plookup::blake2s_tables::get_blake2s_xor_rotate_8_table (const MultiTableId id=BLAKE_XOR_ROTATE_8) |
| MultiTable | bb::plookup::blake2s_tables::get_blake2s_xor_rotate_7_table (const MultiTableId id=BLAKE_XOR_ROTATE_7) |