mkp224o/headers.h
dzwdz 98fb24d56a Use a different format for trustlessly mined "halfkeys".
makes it a bit more foolproof, as I can check if they used the right keys etc.
also requires you to actually combine it with your base key before slamming it
into tor and wondering why it doesn't work
2023-05-31 11:22:39 +00:00

8 lines
214 B
C

#define HEADER_BASESK "mkp224o base_sk\0"
#define HEADER_BASESKLEN 16
#define HEADER_BASEPK "mkp224o base_pk\0"
#define HEADER_BASEPKLEN 16
#define HEADER_HALFKEY "mkp224o halfkey\0"
#define HEADER_HALFKEYLEN 16