Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::avm2::simulation::BytecodeHashingInterface Class Referenceabstract

#include <bytecode_hashing.hpp>

Inheritance diagram for bb::avm2::simulation::BytecodeHashingInterface:
bb::avm2::simulation::BytecodeHasher

Public Member Functions

virtual ~BytecodeHashingInterface ()=default
 
virtual void assert_public_bytecode_commitment (const BytecodeId &bytecode_id, const std::vector< uint8_t > &bytecode, const FF &public_bytecode_commitment)=0
 

Detailed Description

Definition at line 11 of file bytecode_hashing.hpp.

Constructor & Destructor Documentation

◆ ~BytecodeHashingInterface()

virtual bb::avm2::simulation::BytecodeHashingInterface::~BytecodeHashingInterface ( )
virtualdefault

Member Function Documentation

◆ assert_public_bytecode_commitment()

virtual void bb::avm2::simulation::BytecodeHashingInterface::assert_public_bytecode_commitment ( const BytecodeId bytecode_id,
const std::vector< uint8_t > &  bytecode,
const FF public_bytecode_commitment 
)
pure virtual

The documentation for this class was generated from the following file: