- Updated README.md file.
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.
- 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.
- OtterKeys incorrectly called
base64
keyshex
encoded. This has been corrected.17ff435
- Adds option to output key pair as a byte array.
bf74dee