Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
Acir::BlackBoxFuncCall::EcdsaSecp256r1 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 EcdsaSecp256r1 &, const EcdsaSecp256r1 &)
 

Detailed Description

Definition at line 2314 of file acir.hpp.

Member Function Documentation

◆ msgpack_unpack()

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

Definition at line 2324 of file acir.hpp.

Friends And Related Symbol Documentation

◆ operator==

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

Definition at line 4567 of file acir.hpp.

Member Data Documentation

◆ hashed_message

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

Definition at line 2318 of file acir.hpp.

◆ output

Acir::Witness Acir::BlackBoxFuncCall::EcdsaSecp256r1::output

Definition at line 2320 of file acir.hpp.

◆ predicate

Acir::FunctionInput Acir::BlackBoxFuncCall::EcdsaSecp256r1::predicate

Definition at line 2319 of file acir.hpp.

◆ public_key_x

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

Definition at line 2315 of file acir.hpp.

◆ public_key_y

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

Definition at line 2316 of file acir.hpp.

◆ signature

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

Definition at line 2317 of file acir.hpp.


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