X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/Cipher_code.git/blobdiff_plain/f6ef606bbfb5337e5fc9df4c26bb67890188ce52..e0ff6be80e2df6093b167083fe31538b9c97e470:/Arduino/sketch_AES/sketch_AES.ino diff --git a/Arduino/sketch_AES/sketch_AES.ino b/Arduino/sketch_AES/sketch_AES.ino index dcd8883..5fbe12b 100644 --- a/Arduino/sketch_AES/sketch_AES.ino +++ b/Arduino/sketch_AES/sketch_AES.ino @@ -1,4 +1,4 @@ -#include +//#include #include //#include "./printf.h" @@ -6,7 +6,7 @@ AES aes ; byte *key = (unsigned char*)"0123456789010123"; -const int size_mesg=16; +const int size_mesg=16*15; @@ -135,4 +135,3 @@ void prekey_test () { prekey (128) ; } -