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_pack (auto &packer) const
 
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 3125 of file acir.hpp.

Member Function Documentation

◆ msgpack_pack()

void Acir::BlackBoxFuncCall::EcdsaSecp256k1::msgpack_pack ( auto &  packer) const
inline

Definition at line 3135 of file acir.hpp.

◆ msgpack_unpack()

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

Definition at line 3146 of file acir.hpp.

Friends And Related Symbol Documentation

◆ operator==

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

Definition at line 5837 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 3129 of file acir.hpp.

◆ output

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

Definition at line 3131 of file acir.hpp.

◆ predicate

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

Definition at line 3130 of file acir.hpp.

◆ public_key_x

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

Definition at line 3126 of file acir.hpp.

◆ public_key_y

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

Definition at line 3127 of file acir.hpp.

◆ signature

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

Definition at line 3128 of file acir.hpp.


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