]> 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..c2805c332d53cbd935118df8b86d046b9755672c 100644 (file)
@@ -6,7 +6,7 @@
 AES aes ;
 
 byte *key = (unsigned char*)"0123456789010123";
-const int size_mesg=64;
+const int size_mesg=16*15;