Registry / crypto / mikesmitty-edkey

mikesmitty-edkey

JSON →
library0.0.0-20170222072505-3356ea4e686agogounverified

Ed25519 key generation and management utilities for Go.

go get github.com/mikesmitty/edkey
INSTALL
IMPORT
SIG · MIKESMITTY-EDKEY
M
mikesmitty-edkey
cryptogov0.0.0-20170222072505-3356ea4e686a
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.

edkey
github.com/mikesmitty/edkey

Generates an Ed25519 key pair.

package main import ( "fmt" "github.com/mikesmitty/edkey" ) func main() { priv, pub, _ := edkey.GenerateKey(nil) fmt.Printf("Public key: %x\n", pub) _ = priv }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20170222072505-3356ea4e686alatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
mikesmitty-edkey — go get mikesmitty-edkey · libregistry