Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 395 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 395 Bytes

Ed25519 public-key generator written in Go

A simple public/private key generator using Edwards-curve Digital Signature Algorithm (EdDSA)

Usage

$ ed25519-key-generator [-out=filename]

Output is the pair of private and public key files: filename.prv and filename.pub respectively.
If command line option -out omitted the default filename is "key.ed25519"