Registry / crypto / kevinburke-nacl

kevinburke-nacl

JSON →
library0.9.0gogounverified

Package nacl is a pure Go implementation of the NaCl cryptography library, providing core cryptographic operations and utilities for key generation and encryption.

go get github.com/kevinburke/nacl
INSTALL
IMPORT
SIG · KEVINBURKE-NACL
K
kevinburke-nacl
cryptogov0.9.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.

nacl
github.com/kevinburke/nacl

Generates a new NaCl key pair and prints the public key.

package main import ( "fmt" "github.com/kevinburke/nacl" ) func main() { key, err := nacl.GenerateKey() if err != nil { panic(err) } fmt.Printf("Public key: %x\n", key) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
kevinburke-nacl — go get kevinburke-nacl · libregistry