nisse@lysator.liu.se (Niels Möller) writes:
Now I have an initial implementation of some friendlier high-level functions for ed25519-sha512 signatures.
Pushed now.
I have a test program that can process http://ed25519.cr.yp.to/python/sign.input successfully. But that input file is a bit large (2.4M, or 670K after lzip --best), so I hesitate before just including a copy of it in the testsuite directory.
Also added, as testsuite/ed25519-test.c. By default, it uses just the first four lines (copied into the source file). But if ED25519_SIGN_INPUT is set in the environment, it will open and process that file instead.
Regards, /Niels