Registry / crypto / marten-seemann-chacha20

marten-seemann-chacha20

JSON →
library0.2.0gogounverified

A Go implementation of the ChaCha20 stream cipher.

go get github.com/marten-seemann/chacha20
INSTALL
IMPORT
SIG · MARTEN-SEEMANN-CHA
M
marten-seemann-chacha20
cryptogov0.2.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.

chacha20
github.com/marten-seemann/chacha20

Create a new ChaCha20 cipher with a given key.

package main import ( "fmt" "github.com/marten-seemann/chacha20" ) func main() { key := make([]byte, 32) cipher, _ := chacha20.New(key, 0) fmt.Println("ChaCha20 cipher created:", cipher) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
marten-seemann-chacha20 — go get marten-seemann-chacha20 · libregistry