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

#include <serde.hpp>

Public Attributes

int64_t high
 
uint64_t low
 

Friends

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

Detailed Description

Definition at line 62 of file serde.hpp.

Friends And Related Symbol Documentation

◆ operator==

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

Definition at line 69 of file serde.hpp.

Member Data Documentation

◆ high

int64_t serde::int128_t::high

Definition at line 63 of file serde.hpp.

◆ low

uint64_t serde::int128_t::low

Definition at line 64 of file serde.hpp.


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