| 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 cipher( byte * block, byte * scheduleBuffer, const byte * key ); 00068 void prepareInvCipher( byte * scheduleBuffer, const byte * key ); 00070 void invCipher( byte * block, byte * scheduleBuffer ); 00071 00072 00073 00074 #endif 00075
Generated on Fri Aug 8 11:03:47 2008 for AVR411 Secure Rolling Code Algorithm (Receiver) by 1.4.7
|