BBVA / qed

The scalable, auditable and high-performance tamper-evident log project
https://qed.readthedocs.io/
Apache License 2.0
95 stars 19 forks source link

Add new cli command to generate ed25519 keypair #126

Closed suizman closed 5 years ago

suizman commented 5 years ago

New command generate with sub-command keipair was created. This will generate new ed25519 keypair in /var/tmp by default. You also can specify a custom output directory with --path flag.

Closes #125