hash

package
v0.10.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 3, 2024 License: MIT Imports: 3 Imported by: 3

Documentation

Index

Constants

View Source
const LabelHashNestingDepth = 400

LabelHashNestingDepth is the number of recursive hashes per label.

Variables

This section is empty.

Functions

func GenLabelHashFunc

func GenLabelHashFunc(challenge []byte) shared.LabelHash

GenLabelHashFunc generates hash functions for computing labels. The challenge is prepended to the data and the result is hashed using Sha256. TODO: use nested hashes based on a difficulty param.

func GenMerkleHashFunc

func GenMerkleHashFunc(challenge []byte) merkle.HashFunc

GenMerkleHashFunc generates Merkle hash functions salted with a challenge. The challenge is prepended to the concatenation of the left- and right-child in the tree and the result is hashed using Sha256.

⚠️ The resulting function is NOT thread-safe, however different generated instances are independent.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL