Remote Access Control


aes.h

Go to the documentation of this file.
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 
@DOC_TITLE@
Generated on Fri Aug 8 11:03:47 2008 for AVR411 Secure Rolling Code Algorithm (Receiver) by doxygen 1.4.7