Registry / crypto / dgryski-go-metro

dgryski-go-metro

JSON →
library0.0.0-20211217172704-adc40b04c140gogounverified

Package metro implements the MetroHash hash algorithm.

go get github.com/dgryski/go-metro
INSTALL
IMPORT
SIG · DGRYSKI-GO-METRO
D
dgryski-go-metro
cryptogov0.0.0-20211217172704-adc40b04c140
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.

metro
github.com/dgryski/go-metro

Compute a MetroHash64 hash

package main import ( "fmt" "github.com/dgryski/go-metro" ) func main() { h := metro.Hash64([]byte("hello"), 0) fmt.Printf("%x\n", h) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20211217172704-adc40b04c140latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
Resources
dgryski-go-metro — go get dgryski-go-metro · libregistry