ID Chip Reader
mac3.h
Go to the documentation of this file.
1 
10 #pragma once
11 #ifndef CRYPTOGRAPHY_MAC3_H_
12 #define CRYPTOGRAPHY_MAC3_H_
13 
14 #ifdef __cplusplus
15 extern "C" {
16 #endif
17 
27 void des_mac3_checksum(int length, unsigned char buff[8], unsigned char* data, unsigned char* key);
28 
29 #ifdef __cplusplus
30 }
31 #endif
32 
33 #endif // #ifndef CRYPTOGRAPHY_MAC3_H_