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

#include <uint_decomposition.hpp>

Public Member Functions

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

Public Attributes

uint128_t lo
 
uint128_t hi
 

Detailed Description

Definition at line 8 of file uint_decomposition.hpp.

Member Function Documentation

◆ operator==()

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

Member Data Documentation

◆ hi

uint128_t bb::avm2::simulation::U256Decomposition::hi

Definition at line 10 of file uint_decomposition.hpp.

◆ lo

uint128_t bb::avm2::simulation::U256Decomposition::lo

Definition at line 9 of file uint_decomposition.hpp.


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