summaryrefslogtreecommitdiff
path: root/lib/lib7.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lib7.h')
-rw-r--r--lib/lib7.h8
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