hash

package module
v0.0.0-...-cbf55bf Latest Latest
Warning

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

Go to latest
Published: Jul 21, 2018 License: BSD-3-Clause Imports: 5 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Any

func Any(v interface{}, seed uintptr) uintptr

func Bytes

func Bytes(b []byte, seed uintptr) uintptr

func Complex128

func Complex128(c complex128, h uintptr) uintptr

func Complex64

func Complex64(c complex64, h uintptr) uintptr

func Float32

func Float32(f float32, h uintptr) uintptr

func Float64

func Float64(f float64, h uintptr) uintptr

func Int

func Int(val int, seed uintptr) uintptr

func Int16

func Int16(val int16, seed uintptr) uintptr

func Int32

func Int32(val int32, seed uintptr) uintptr

func Int64

func Int64(val int64, seed uintptr) uintptr

func Int8

func Int8(val int8, seed uintptr) uintptr

func String

func String(s string, h uintptr) uintptr

func Uint

func Uint(val uint, seed uintptr) uintptr

func Uint16

func Uint16(val uint16, seed uintptr) uintptr

func Uint32

func Uint32(val uint32, seed uintptr) uintptr

func Uint64

func Uint64(val uint64, seed uintptr) uintptr

func Uint8

func Uint8(val uint8, seed uintptr) uintptr

func Unsafe

func Unsafe(ptr unsafe.Pointer, size uintptr, seed uintptr) uintptr

Types

type Hasher

type Hasher interface {
	Hash() uintptr
}

type SeededHasher

type SeededHasher interface {
	SeededHash(seed uintptr) uintptr
}

Jump to

Keyboard shortcuts

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