| Remote Access Control | |||||
00001 // This file has been prepared for Doxygen automatic documentation generation. 00057 #ifndef AES_H 00058 #define AES_H 00059 00060 #include "common.h" 00061 #include "config.h" 00062 00063 00064 00066 void calcKeySchedule( const byte __eeprom * key ); 00068 void cipherLookup( byte * block ); 00069 00070 00071 00072 #endif 00073
Generated on Fri Aug 8 11:03:16 2008 for AVR411 Secure Rolling Code Algorithm (Transmitter) by 1.4.7
|