Skip to content

PaulShpilsher/ed25519-key-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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"

About

Public key generator using Edwards-curve Digital Signature Algorithm (EdDSA)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages