package
0.99.99-test-ignore
Repository: https://github.com/ava-labs/avalanchego.git
Documentation: pkg.go.dev
# Functions
ByteArraysToHash256Array takes in byte arrays and outputs a fixed 32 length byte array for the hash.
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.
PubkeyBytesToAddress ...
ToHash160 ...
ToHash256 ...