Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bytecode_hashing.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <vector>
4
8
9namespace bb::avm2::simulation {
10
12 public:
13 virtual ~BytecodeHashingInterface() = default;
14 virtual void assert_public_bytecode_commitment(const BytecodeId& bytecode_id,
15 const std::vector<uint8_t>& bytecode,
16 const FF& public_bytecode_commitment) = 0;
17};
18
19} // namespace bb::avm2::simulation
virtual void assert_public_bytecode_commitment(const BytecodeId &bytecode_id, const std::vector< uint8_t > &bytecode, const FF &public_bytecode_commitment)=0
AvmFlavorSettings::FF FF
Definition field.hpp:10