fnv

package
v0.0.0-...-fab57c2 Latest Latest
Warning

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

Go to latest
Published: Feb 15, 2022 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

Package fnv provides a mockable wrapper for hash/fnv.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Impl

type Impl struct{}

func (*Impl) New128

func (*Impl) New128() hash.Hash

func (*Impl) New128a

func (*Impl) New128a() hash.Hash

func (*Impl) New32

func (*Impl) New32() hash.Hash32

func (*Impl) New32a

func (*Impl) New32a() hash.Hash32

func (*Impl) New64

func (*Impl) New64() hash.Hash64

func (*Impl) New64a

func (*Impl) New64a() hash.Hash64

type Interface

type Interface interface {
	New128() hash.Hash
	New128a() hash.Hash
	New32() hash.Hash32
	New32a() hash.Hash32
	New64() hash.Hash64
	New64a() hash.Hash64
}

Jump to

Keyboard shortcuts

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