Skip to main content

Layer0

Type Alias Layer0 

Source
type Layer0<'k, 'v> = KeyValueBucketArray<'k, 'v, 256, 336, u16, u64, u64, SolutionItem>;
Expand description

First layer hash table, needs room for the full set of HashValues and SolutionItems. Key remainder is (EQUIHASH_N - 8 == 52) bits here.

Aliased Type§

struct Layer0<'k, 'v>(BucketArrayPair<'k, 'v, 256, 336, u16, u64, u16>, PhantomData<u64>);

Tuple Fields§

§0: BucketArrayPair<'k, 'v, 256, 336, u16, u64, u16>§1: PhantomData<u64>