X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/Cipher_code.git/blobdiff_plain/5ca765b420d772f256a9f7ee73a8e4b9398d0d77..4095e8a185238f0a37bbce6cb4c084e28e46bbeb:/Arduino/sketch_AES/sketch_AES.ino diff --git a/Arduino/sketch_AES/sketch_AES.ino b/Arduino/sketch_AES/sketch_AES.ino index 998f763..c2805c3 100644 --- a/Arduino/sketch_AES/sketch_AES.ino +++ b/Arduino/sketch_AES/sketch_AES.ino @@ -6,7 +6,7 @@ AES aes ; byte *key = (unsigned char*)"0123456789010123"; -const int size_mesg=64; +const int size_mesg=16*15;