Registry / crypto / ebfe-keccak

ebfe-keccak

JSON →
library0.0.0-20150115210727-5cc570678d1bgogounverified

Package keccak implements the Keccak (SHA-3) hash algorithm.

go get github.com/ebfe/keccak
INSTALL
IMPORT
SIG · EBFE-KECCAK
E
ebfe-keccak
cryptogov0.0.0-20150115210727-5cc570678d1b
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.

keccak
github.com/ebfe/keccak

Compute a Keccak-256 hash

package main import ( "fmt" "github.com/ebfe/keccak" ) func main() { h := keccak.New256() h.Write([]byte("hello")) fmt.Printf("%x\n", h.Sum(nil)) }
Debug
Known issues
gotchaThis package is a very early implementation and may not be fully compatible with the final SHA-3 standard.
fix
Consider using golang.org/x/crypto/sha3 for a more up-to-date and maintained implementation.
affects: *
Upgrade
Version history
0.0.0-20150115210727-5cc570678d1blatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
10
Amazon
1
Resources
ebfe-keccak — go get ebfe-keccak · libregistry