summaryrefslogtreecommitdiff
path: root/lib/lib7.h
blob: 724e70d63a78f3d7b6cdc0ec5a756ac205eb8367 (plain)
1
2
3
4
5
6
7
8
#ifndef __LIB_7__
#define __LIB_7__



int cbc_mac(char *msg, unsigned int msg_len, char *iv, char *key, char *mac);

#endif