hash

package standard library
master (6ebb5f5) Latest Latest
Warning

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

Go to latest
Published: Jul 11, 2025 License: BSD-3-Clause Imports: 2 Imported by: 0

Documentation

Overview

Package hash implements hash functions used in the compiler toolchain.

Index

Constants

View Source
const Size32 = 32

Size32 is the size of the 32-byte hash functions New32 and Sum32.

Variables

This section is empty.

Functions

func New32

func New32() hash.Hash

New32 returns a new hash.Hash computing the 32-byte hash checksum. Note that New32 and Sum32 compute different hashes.

func Sum32

func Sum32(data []byte) [32]byte

Sum32 returns a 32-byte checksum of the data. Note that Sum32 and New32 compute different hashes.

Types

This section is empty.

Jump to

Keyboard shortcuts

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