Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <mock_ecc.hpp>
Public Member Functions | |
MockEcc () | |
~MockEcc () override | |
MOCK_METHOD (EmbeddedCurvePoint, add,(const EmbeddedCurvePoint &p, const EmbeddedCurvePoint &q),(override)) | |
MOCK_METHOD (EmbeddedCurvePoint, scalar_mul,(const EmbeddedCurvePoint &p, const FF &scalar),(override)) | |
MOCK_METHOD (void, add,(MemoryInterface &memory, const EmbeddedCurvePoint &p, const EmbeddedCurvePoint &q, MemoryAddress dst_address),(override)) | |
![]() | |
virtual | ~EccInterface ()=default |
virtual EmbeddedCurvePoint | add (const EmbeddedCurvePoint &p, const EmbeddedCurvePoint &q)=0 |
virtual EmbeddedCurvePoint | scalar_mul (const EmbeddedCurvePoint &point, const FF &scalar)=0 |
virtual void | add (MemoryInterface &memory, const EmbeddedCurvePoint &p, const EmbeddedCurvePoint &q, MemoryAddress dst_address)=0 |
Definition at line 10 of file mock_ecc.hpp.
|
default |
|
overridedefault |
bb::avm2::simulation::MockEcc::MOCK_METHOD | ( | EmbeddedCurvePoint | , |
add | , | ||
(const EmbeddedCurvePoint &p, const EmbeddedCurvePoint &q) | , | ||
(override) | |||
) |
bb::avm2::simulation::MockEcc::MOCK_METHOD | ( | EmbeddedCurvePoint | , |
scalar_mul | , | ||
(const EmbeddedCurvePoint &p, const FF &scalar) | , | ||
(override) | |||
) |
bb::avm2::simulation::MockEcc::MOCK_METHOD | ( | void | , |
add | , | ||
(MemoryInterface &memory, const EmbeddedCurvePoint &p, const EmbeddedCurvePoint &q, MemoryAddress dst_address) | , | ||
(override) | |||
) |