| Remote Access Control | |||||
00001 // This file has been prepared for Doxygen automatic documentation generation. 00052 #ifndef CMAC_H 00053 #define CMAC_H 00054 00055 #include "common.h" 00056 #include "config.h" 00057 00058 00059 00061 void calcCMACSubkey( byte * cryptoBlock ); 00063 void calcCMAC( const byte * message, byte * MACStorage ); 00064 00065 00066 00067 #endif 00068
Generated on Fri Aug 8 11:03:16 2008 for AVR411 Secure Rolling Code Algorithm (Transmitter) by 1.4.7
|