Registry / crypto / groestlcoin-go-groestl-hash

groestlcoin-go-groestl-hash

JSON →
library0.1.0gogounverified

Implements the Groestl hashing algorithm for use in Groestlcoin cryptocurrency applications.

go get github.com/Groestlcoin/go-groestl-hash
INSTALL
IMPORT
SIG · GROESTLCOIN-GO-GRO
G
groestlcoin-go-groestl-hash
cryptogov0.1.0
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.

groestl
github.com/Groestlcoin/go-groestl-hash

Compute a Groestl hash of a string.

package main import ( "fmt" "github.com/Groestlcoin/go-groestl-hash" ) func main() { h := groestl.New() h.Write([]byte("hello")) fmt.Printf("%x", h.Sum(nil)) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
12
Resources
groestlcoin-go-groestl-hash — go get groestlcoin-go-groestl-hash · libregistry