summaryrefslogtreecommitdiff
path: root/deonebook.h
blob: 23ef2f70c4359165a1fb4d4a789e1175420e20b5 (plain)
1
2
3
4
5
6
7
8
9
#ifndef DEONEBOOK_H
#define DEONEBOOK_H

#define KEY_SIZE 16

unsigned char *genkey(const char *dev);
unsigned char *readkey(const char *path);

#endif