A
lgorithmique
N
umérique
D
istribuée
Private GIT Repository
projects
/
Cipher_code.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
udpate oe round
[Cipher_code.git]
/
Arduino
/
sketch_AES
/
sketch_AES.ino
diff --git
a/Arduino/sketch_AES/sketch_AES.ino
b/Arduino/sketch_AES/sketch_AES.ino
index 998f7635422bcf52fbf8d14a1ee805820f7dd87e..c2805c332d53cbd935118df8b86d046b9755672c 100644
(file)
--- 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";
AES aes ;
byte *key = (unsigned char*)"0123456789010123";
-const int size_mesg=
64
;
+const int size_mesg=
16*15
;