rawyaml mode

This commit is contained in:
cathugger
2020-01-17 14:15:56 +00:00
parent 30c05eb266
commit c57f10316f
6 changed files with 89 additions and 33 deletions

View File

@@ -7,6 +7,9 @@
#define PKPREFIX_SIZE (29 + 3)
#define SKPREFIX_SIZE (29 + 3)
extern const char * const pkprefix;
extern const char * const skprefix;
#define FORMATTED_PUBLIC_LEN (PKPREFIX_SIZE + PUBLIC_LEN)
#define FORMATTED_SECRET_LEN (SKPREFIX_SIZE + SECRET_LEN)