package
1.7.2
Repository: https://github.com/lasthyphen/dijetalgo.git
Documentation: pkg.go.dev

# Functions

Checksum Create checksum of [length] bytes from the 256 bit hash of the byte slice.
ComputeHash160 Compute a cryptographically strong 160 bit hash of the input byte slice.
ComputeHash160Array Compute a cryptographically strong 160 bit hash of the input byte slice.
ComputeHash256 Compute a cryptographically strong 256 bit hash of the input byte slice.
ComputeHash256Array Compute a cryptographically strong 256 bit hash of the input byte slice.
ComputeHash256Ranges Compute a cryptographically strong 256 bit hash of the input byte slice in the ranges specified.
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author

# Type aliases

Hash160 A 160 bit long hash value.
Hash256 A 256 bit long hash value.