This commit is contained in:
cathugger 2017-10-23 04:29:37 +00:00
parent 39c55c1c2b
commit a06d5149af

2
main.c
View file

@ -20,7 +20,7 @@
#include "ed25519/ed25519.h" #include "ed25519/ed25519.h"
#include "ioutil.h" #include "ioutil.h"
// additional leading zero is added by C // additional 0 terminator is added by C
static const char * const pkprefix = "== ed25519v1-public: type0 ==\0\0"; static const char * const pkprefix = "== ed25519v1-public: type0 ==\0\0";
#define pkprefixlen (29 + 3) #define pkprefixlen (29 + 3)
static const char * const skprefix = "== ed25519v1-secret: type0 ==\0\0"; static const char * const skprefix = "== ed25519v1-secret: type0 ==\0\0";