Hi :)
Stefan Claas sac@300baud.de writes:
I recently compiled sq under Debian and Windows 10 and when trying to sign a message I get this error:
Error: Failed to build parser
Caused by: EOF
I used these commands:
sq sign -a --secret-key-file key -o test.txt message.txt
Drop the -a. --append is supposed to be used if you have a signed message and you want to append your signature to it.
All the best, Justus