Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::avm2::simulation::U128Decomposition Struct Reference

#include <uint_decomposition.hpp>

Public Member Functions

bool operator== (const U128Decomposition &other) const =default
 

Public Attributes

uint64_t lo
 
uint64_t hi
 

Detailed Description

Definition at line 17 of file uint_decomposition.hpp.

Member Function Documentation

◆ operator==()

bool bb::avm2::simulation::U128Decomposition::operator== ( const U128Decomposition other) const
default

Member Data Documentation

◆ hi

uint64_t bb::avm2::simulation::U128Decomposition::hi

Definition at line 19 of file uint_decomposition.hpp.

◆ lo

uint64_t bb::avm2::simulation::U128Decomposition::lo

Definition at line 18 of file uint_decomposition.hpp.


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