Registry / crypto / nspcc-dev-tzhash

nspcc-dev-tzhash

JSON →
library1.8.4gogounverified

A Go implementation of the TZHash hash function.

go get github.com/nspcc-dev/tzhash
INSTALL
IMPORT
SIG · NSPCC-DEV-TZHASH
N
nspcc-dev-tzhash
cryptogov1.8.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

tzhash
github.com/nspcc-dev/tzhash

Computes a TZHash of a byte slice.

package main import ( "fmt" "github.com/nspcc-dev/tzhash" ) func main() { h := tzhash.New() h.Write([]byte("data")) fmt.Printf("%x", h.Sum(nil)) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.8.4latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
nspcc-dev-tzhash — go get nspcc-dev-tzhash · libregistry