Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
sha256_event.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <cstdint>
4
6
7namespace bb::avm2::simulation {
8
9struct Sha256CompressionException : public std::runtime_error {
10 Sha256CompressionException(const std::string& message)
11 : std::runtime_error("Sha256CompressionException: " + message)
12 {}
13};
14
25
26} // namespace bb::avm2::simulation
uint32_t MemoryAddress
STL namespace.
constexpr decltype(auto) get(::tuplet::tuple< T... > &&t) noexcept
Definition tuple.hpp:13
Sha256CompressionException(const std::string &message)