diff options
| author | Benedict <benedict@0xb8000.de> | 2017-01-26 12:47:42 +0100 |
|---|---|---|
| committer | Benedict <benedict@0xb8000.de> | 2017-02-21 13:00:27 +0100 |
| commit | 18acbfa8d29fd1ca9c90fb252b735b2901bbe7fa (patch) | |
| tree | 9e994cceb6a3e66eb2e7a11ea79734de0bb02f3f /lib/lib7.h | |
| parent | 96447557db2f8a3c2e5f4c32f0cc9d3fb2d5582f (diff) | |
set7: task50: completed
Diffstat (limited to 'lib/lib7.h')
| -rw-r--r-- | lib/lib7.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/lib7.h b/lib/lib7.h new file mode 100644 index 0000000..724e70d --- /dev/null +++ b/lib/lib7.h @@ -0,0 +1,8 @@ +#ifndef __LIB_7__ +#define __LIB_7__ + + + +int cbc_mac(char *msg, unsigned int msg_len, char *iv, char *key, char *mac); + +#endif |
