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

#include <acir.hpp>

Public Member Functions

std::vector< uint8_t > bincodeSerialize () const
 
void msgpack_pack (auto &packer) const
 
void msgpack_unpack (msgpack::object const &o)
 

Static Public Member Functions

static Integer bincodeDeserialize (std::vector< uint8_t >)
 

Public Attributes

Acir::IntegerBitSize value
 

Friends

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

Detailed Description

Definition at line 657 of file acir.hpp.

Member Function Documentation

◆ bincodeDeserialize()

BitSize::Integer Acir::BitSize::Integer::bincodeDeserialize ( std::vector< uint8_t >  input)
inlinestatic

Definition at line 5769 of file acir.hpp.

◆ bincodeSerialize()

std::vector< uint8_t > Acir::BitSize::Integer::bincodeSerialize ( ) const
inline

Definition at line 5762 of file acir.hpp.

◆ msgpack_pack()

void Acir::BitSize::Integer::msgpack_pack ( auto &  packer) const
inline

Definition at line 664 of file acir.hpp.

◆ msgpack_unpack()

void Acir::BitSize::Integer::msgpack_unpack ( msgpack::object const &  o)
inline

Definition at line 666 of file acir.hpp.

Friends And Related Symbol Documentation

◆ operator==

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

Definition at line 5754 of file acir.hpp.

Member Data Documentation

◆ value

Acir::IntegerBitSize Acir::BitSize::Integer::value

Definition at line 658 of file acir.hpp.


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