hash

package
v0.24.5 Latest Latest
Warning

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

Go to latest
Published: Feb 9, 2025 License: BSD-3-Clause Imports: 1 Imported by: 0

Documentation

Overview

Package hash provides interface for hash16 functions as an additional interface to the existing Go stdlib's Hash32 and Hash64.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Hash16

type Hash16 interface {
	hash.Hash
	// Sum16 returns the current hash value.
	Sum16() uint16
}

Hash16 is the common interface implemented by all 16-bit hash functions.

Directories

Path Synopsis
Package crc16 implements the 16-bit cyclic redundancy check, or CRC-16, checksum.
Package crc16 implements the 16-bit cyclic redundancy check, or CRC-16, checksum.

Jump to

Keyboard shortcuts

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