Registry / crypto / gxed-hashland-keccakpg

gxed-hashland-keccakpg

JSON →
library0.0.1gogounverified

Keccakpg implements the Keccak (SHA-3) hash algorithm in pure Go.

go get github.com/gxed/hashland/keccakpg
INSTALL
IMPORT
SIG · GXED-HASHLAND-KECC
G
gxed-hashland-keccakpg
cryptogov0.0.1
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.

keccakpg
github.com/gxed/hashland/keccakpg

Computes a SHA-3-256 hash using Keccak.

package main import ( "fmt" "github.com/gxed/hashland/keccakpg" ) func main() { h := keccakpg.New256() h.Write([]byte("data")) fmt.Printf("%x", h.Sum(nil)) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
gxed-hashland-keccakpg — go get gxed-hashland-keccakpg · libregistry