diff options
| -rw-r--r-- | deonebook.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/deonebook.h b/deonebook.h new file mode 100644 index 0000000..23ef2f7 --- /dev/null +++ b/deonebook.h @@ -0,0 +1,9 @@ +#ifndef DEONEBOOK_H +#define DEONEBOOK_H + +#define KEY_SIZE 16 + +unsigned char *genkey(const char *dev); +unsigned char *readkey(const char *path); + +#endif |
