Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::plookup::LookupHashTable::HashFunction Struct Reference

#include <types.hpp>

Public Member Functions

 HashFunction ()
 
size_t operator() (const Key &entry) const
 

Public Attributes

FF mult_const
 
FF const_sqr
 

Detailed Description

Definition at line 304 of file types.hpp.

Constructor & Destructor Documentation

◆ HashFunction()

bb::plookup::LookupHashTable::HashFunction::HashFunction ( )
inline

Definition at line 308 of file types.hpp.

Member Function Documentation

◆ operator()()

size_t bb::plookup::LookupHashTable::HashFunction::operator() ( const Key entry) const
inline

Definition at line 313 of file types.hpp.

Member Data Documentation

◆ const_sqr

FF bb::plookup::LookupHashTable::HashFunction::const_sqr

Definition at line 306 of file types.hpp.

◆ mult_const

FF bb::plookup::LookupHashTable::HashFunction::mult_const

Definition at line 305 of file types.hpp.


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