Registry / crypto / yawning-chacha20

yawning-chacha20

JSON →
library0.0.0-20170904085104-e3b1f968fc63gogounverified

Implements the ChaCha20 stream cipher in Go.

go get github.com/Yawning/chacha20
INSTALL
IMPORT
SIG · YAWNING-CHACHA20
Y
yawning-chacha20
cryptogov0.0.0-20170904085104-e3b1f968fc63
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.

chacha20
github.com/Yawning/chacha20

Creates a new ChaCha20 cipher with a key and nonce.

package main import ( "fmt" "github.com/Yawning/chacha20" ) func main() { key := []byte("examplekey1234567") nonce := []byte("nonce1234") cipher, err := chacha20.New(key, nonce) if err != nil { panic(err) } fmt.Println(cipher) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20170904085104-e3b1f968fc63latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
30 hits · last 30 days
node
26
Resources
yawning-chacha20 — go get yawning-chacha20 · libregistry