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
new
[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 c2805c332d53cbd935118df8b86d046b9755672c..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"
#include<AES-128_V10.h>
//#include "./printf.h"
@@
-135,4
+135,3
@@
void prekey_test ()
{
prekey (128) ;
}
{
prekey (128) ;
}
-