Registry / crypto / minio-highwayhash

minio-highwayhash

JSON →
library1.0.4gogounverified

Package highwayhash implements the pseudo-random-function (PRF) HighwayHash.

go get github.com/minio/highwayhash
INSTALL
IMPORT
SIG · MINIO-HIGHWAYHASH
M
minio-highwayhash
cryptogov1.0.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.

highwayhash
github.com/minio/highwayhash

Minimal example computing a HighwayHash of a byte slice with a 32-byte key.

package main import ( "fmt" "github.com/minio/highwayhash" ) func main() { key := make([]byte, 32) hash := highwayhash.Sum([]byte("data"), key) fmt.Printf("%x\n", hash) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
minio-highwayhash — go get minio-highwayhash · libregistry