Registry / crypto / aead-skein

aead-skein

JSON →
library0.0.0-20160722084837-9365ae6e95d2gogounverified

Package skein implements the Skein512 hash function based on the Threefish tweakable block cipher, supporting hashing, MAC, KDF, and personalized or randomized hashing.

go get github.com/aead/skein
INSTALL
IMPORT
SIG · AEAD-SKEIN
A
aead-skein
cryptogov0.0.0-20160722084837-9365ae6e95d2
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.

skein
github.com/aead/skein

Compute a Skein-512 hash of a string.

package main import ( "fmt" "github.com/aead/skein" ) func main() { hash, _ := skein.New512(nil) hash.Write([]byte("Hello, Skein!")) fmt.Printf("%x", hash.Sum(nil)) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20160722084837-9365ae6e95d2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
40 hits · last 30 days
node
34
Resources
aead-skein — go get aead-skein · libregistry