Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <array>
#include <cstddef>
#include <cstdint>
#include <span>
#include "barretenberg/numeric/uint256/uint256.hpp"
Go to the source code of this file.
Classes | |
class | bb::crypto::FieldSponge< FF, rate, capacity, t, Permutation > |
Implements a cryptographic sponge over prime fields. Implements the sponge specification from the Community Cryptographic Specification Project see https://github.com/C2SP/C2SP/blob/792c1254124f625d459bfe34417e8f6bdd02eb28/poseidon-sponge.md (Note: this spec was not accepted into the C2SP repo, we might want to reference something else!) More... | |
Namespaces | |
namespace | bb |
Entry point for Barretenberg command-line interface. | |
namespace | bb::crypto |