Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
acir_format::BigIntFromLeBytes Struct Reference

#include <bigint_constraint.hpp>

Public Member Functions

 MSGPACK_FIELDS (inputs, result)
 

Public Attributes

std::vector< uint32_t > inputs
 
std::vector< uint32_t > modulus
 
uint32_t result
 

Friends

bool operator== (BigIntFromLeBytes const &lhs, BigIntFromLeBytes const &rhs)=default
 

Detailed Description

Definition at line 20 of file bigint_constraint.hpp.

Member Function Documentation

◆ MSGPACK_FIELDS()

acir_format::BigIntFromLeBytes::MSGPACK_FIELDS ( inputs  ,
result   
)

Friends And Related Symbol Documentation

◆ operator==

bool operator== ( BigIntFromLeBytes const &  lhs,
BigIntFromLeBytes const &  rhs 
)
friend

Member Data Documentation

◆ inputs

std::vector<uint32_t> acir_format::BigIntFromLeBytes::inputs

Definition at line 21 of file bigint_constraint.hpp.

◆ modulus

std::vector<uint32_t> acir_format::BigIntFromLeBytes::modulus

Definition at line 22 of file bigint_constraint.hpp.

◆ result

uint32_t acir_format::BigIntFromLeBytes::result

Definition at line 23 of file bigint_constraint.hpp.


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