Module internal_comparison

Source
👎Deprecated
Expand description

Module containing internal efficient block hash implementation.

§Compatibility Notice

This module is going to be completely private on the next major release. If you need to experiment with internal hashing functions, just vendor the source code for your needs.

Modules§

block_hash_position_array_element
A module containing utilities for an element of block hash position array.

Structs§

BlockHashPositionArray
A simple struct representing a position array of a block hash.

Traits§

BlockHashPositionArrayData
Represents abstract representation of the block hash position array.
BlockHashPositionArrayImpl
The implementation of the block hash position array (safe; immutable).
BlockHashPositionArrayImplUncheckedunchecked
The implementation of the block hash position array (unchecked; immutable).