mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-01-10 03:27:19 -03:00
fix lie
This commit is contained in:
parent
39c55c1c2b
commit
a06d5149af
1 changed files with 1 additions and 1 deletions
2
main.c
2
main.c
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue