Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 980 Bytes

CHANGELOG.md

File metadata and controls

24 lines (13 loc) · 980 Bytes

Changelog

Unreleased

  • Updated README.md file.

Version 1.2 - 2018-09-05

OtterKeys can now correctly generate Ed25519 key pairs and output these as hex or base64 encoded strings, or as a byte array. Use the -i and -o option to specify which format should be used.

New features

  • Add trailing comma at each byte-array line a4eba25
  • The -f option has been replaced with -o for specifying output format. A new option -i for specifying input format has been added.

Bug fixes

  • OtterKeys incorrectly called base64 keys hex encoded. This has been corrected. 17ff435

Version 1.1 - 2018-09-01

New features

  • Adds option to output key pair as a byte array. bf74dee