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
Merge branch 'master' of ssh://info.iut-bm.univ-fcomte.fr/Cipher_code
[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..5fbe12b1f9a25bfe4d6c90e08c1c250bc55f46f7 100644
(file)
--- a/
Arduino/sketch_AES/sketch_AES.ino
+++ b/
Arduino/sketch_AES/sketch_AES.ino
@@
-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) ;
}
-