👎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§
- Block
Hash Position Array - A simple struct representing a position array of a block hash.
Traits§
- Block
Hash Position Array Data - Represents abstract representation of the block hash position array.
- Block
Hash Position Array Impl - The implementation of the block hash position array (safe; immutable).
- Block
Hash Position Array Impl Unchecked unchecked - The implementation of the block hash position array (unchecked; immutable).