Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/paulshpilsher/ed25519-key-generator

Public key generator using Edwards-curve Digital Signature Algorithm (EdDSA)
https://github.com/paulshpilsher/ed25519-key-generator

crypto cryptography eddsa eddsa25519 go golang public-key-cryptography

Last synced: 2 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# Ed25519 public-key generator written in Go

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

## Usage

```sh
$ 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"*