Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "poseidon2_params.hpp"
#include "barretenberg/common/throw_or_abort.hpp"
#include <array>
#include <cstddef>
#include <cstdint>
Go to the source code of this file.
Classes | |
class | bb::crypto::Poseidon2Permutation< Params > |
Applies the Poseidon2 permutation function from https://eprint.iacr.org/2023/323 . This algorithm was implemented using https://github.com/HorizenLabs/poseidon2 as a reference. More... | |
Namespaces | |
namespace | bb |
Entry point for Barretenberg command-line interface. | |
namespace | bb::crypto |