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

#include <mock_sha256.hpp>

Inheritance diagram for bb::avm2::simulation::MockSha256:
bb::avm2::simulation::Sha256Interface

Public Member Functions

 MockSha256 ()
 
 ~MockSha256 () override
 
 MOCK_METHOD (void, compression,(MemoryInterface &, MemoryAddress state_addr, MemoryAddress input_addr, MemoryAddress output_addr),(override))
 
- Public Member Functions inherited from bb::avm2::simulation::Sha256Interface
virtual ~Sha256Interface ()=default
 
virtual void compression (MemoryInterface &, MemoryAddress state_addr, MemoryAddress input_addr, MemoryAddress output_addr)=0
 

Detailed Description

Definition at line 11 of file mock_sha256.hpp.

Constructor & Destructor Documentation

◆ MockSha256()

bb::avm2::simulation::MockSha256::MockSha256 ( )
default

◆ ~MockSha256()

bb::avm2::simulation::MockSha256::~MockSha256 ( )
overridedefault

Member Function Documentation

◆ MOCK_METHOD()

bb::avm2::simulation::MockSha256::MOCK_METHOD ( void  ,
compression  ,
(MemoryInterface &, MemoryAddress state_addr, MemoryAddress input_addr, MemoryAddress output_addr)  ,
(override)   
)

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