mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-04-19 13:29:10 +00:00
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
8 lines
214 B
C
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
|