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

#include <serde.hpp>

Public Attributes

uint64_t high
 
uint64_t low
 

Friends

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

Detailed Description

Definition at line 49 of file serde.hpp.

Friends And Related Symbol Documentation

◆ operator==

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

Definition at line 56 of file serde.hpp.

Member Data Documentation

◆ high

uint64_t serde::uint128_t::high

Definition at line 50 of file serde.hpp.

◆ low

uint64_t serde::uint128_t::low

Definition at line 51 of file serde.hpp.


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