Add a simple aes256gcm layer

This commit is contained in:
angt
2016-02-03 19:43:17 +01:00
parent 64e768e6e1
commit bfcfd3263e
2 changed files with 79 additions and 11 deletions

2
mud.h
View File

@@ -4,7 +4,7 @@
struct mud;
struct mud *mud_create (void);
struct mud *mud_create (const unsigned char *, size_t);
void mud_delete (struct mud *);
int mud_bind (struct mud *, const char *, const char *);