]> AND Private Git Repository - Cipher_code.git/blobdiff - Arduino/sketch_AES/sketch_AES.ino
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
NEW
[Cipher_code.git] / Arduino / sketch_AES / sketch_AES.ino
index 998f7635422bcf52fbf8d14a1ee805820f7dd87e..5fbe12b1f9a25bfe4d6c90e08c1c250bc55f46f7 100644 (file)
@@ -1,4 +1,4 @@
-#include <AES.h>
+//#include <AES.h>
 
 #include<AES-128_V10.h>
 //#include "./printf.h"
@@ -6,7 +6,7 @@
 AES aes ;
 
 byte *key = (unsigned char*)"0123456789010123";
-const int size_mesg=64;
+const int size_mesg=16*15;
 
 
 
@@ -135,4 +135,3 @@ void prekey_test ()
 {
   prekey (128) ;
 }
-