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

#include <acir.hpp>

Classes

struct  U1
 
struct  U128
 
struct  U16
 
struct  U32
 
struct  U64
 
struct  U8
 

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 IntegerBitSize bincodeDeserialize (std::vector< uint8_t >)
 

Public Attributes

std::variant< U1, U8, U16, U32, U64, U128value
 

Friends

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

Detailed Description

Definition at line 492 of file acir.hpp.

Member Function Documentation

◆ bincodeDeserialize()

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

Definition at line 9952 of file acir.hpp.

◆ bincodeSerialize()

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

Definition at line 9945 of file acir.hpp.

◆ msgpack_pack()

void Acir::IntegerBitSize::msgpack_pack ( auto &  packer) const
inline

Definition at line 554 of file acir.hpp.

◆ msgpack_unpack()

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

Definition at line 600 of file acir.hpp.

Friends And Related Symbol Documentation

◆ operator==

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

Definition at line 9937 of file acir.hpp.

Member Data Documentation

◆ value

std::variant<U1, U8, U16, U32, U64, U128> Acir::IntegerBitSize::value

Definition at line 548 of file acir.hpp.


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