Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
Acir::BlackBoxFuncCall::EcdsaSecp256k1 Struct Reference

#include <acir.hpp>

Public Member Functions

void msgpack_unpack (msgpack::object const &o)
 

Public Attributes

std::shared_ptr< std::array< Acir::FunctionInput, 32 > > public_key_x
 
std::shared_ptr< std::array< Acir::FunctionInput, 32 > > public_key_y
 
std::shared_ptr< std::array< Acir::FunctionInput, 64 > > signature
 
std::shared_ptr< std::array< Acir::FunctionInput, 32 > > hashed_message
 
Acir::FunctionInput predicate
 
Acir::Witness output
 

Friends

bool operator== (const EcdsaSecp256k1 &, const EcdsaSecp256k1 &)
 

Detailed Description

Definition at line 2279 of file acir.hpp.

Member Function Documentation

◆ msgpack_unpack()

void Acir::BlackBoxFuncCall::EcdsaSecp256k1::msgpack_unpack ( msgpack::object const &  o)
inline

Definition at line 2289 of file acir.hpp.

Friends And Related Symbol Documentation

◆ operator==

bool operator== ( const EcdsaSecp256k1 lhs,
const EcdsaSecp256k1 rhs 
)
friend

Definition at line 4512 of file acir.hpp.

Member Data Documentation

◆ hashed_message

std::shared_ptr<std::array<Acir::FunctionInput, 32> > Acir::BlackBoxFuncCall::EcdsaSecp256k1::hashed_message

Definition at line 2283 of file acir.hpp.

◆ output

Acir::Witness Acir::BlackBoxFuncCall::EcdsaSecp256k1::output

Definition at line 2285 of file acir.hpp.

◆ predicate

Acir::FunctionInput Acir::BlackBoxFuncCall::EcdsaSecp256k1::predicate

Definition at line 2284 of file acir.hpp.

◆ public_key_x

std::shared_ptr<std::array<Acir::FunctionInput, 32> > Acir::BlackBoxFuncCall::EcdsaSecp256k1::public_key_x

Definition at line 2280 of file acir.hpp.

◆ public_key_y

std::shared_ptr<std::array<Acir::FunctionInput, 32> > Acir::BlackBoxFuncCall::EcdsaSecp256k1::public_key_y

Definition at line 2281 of file acir.hpp.

◆ signature

std::shared_ptr<std::array<Acir::FunctionInput, 64> > Acir::BlackBoxFuncCall::EcdsaSecp256k1::signature

Definition at line 2282 of file acir.hpp.


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