X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/Cipher_code.git/blobdiff_plain/f6ef606bbfb5337e5fc9df4c26bb67890188ce52..26d66a941e7914ca129eeec61891c561c968d034:/SboxAES/aes1.c diff --git a/SboxAES/aes1.c b/SboxAES/aes1.c index 325eae0..1684d0b 100644 --- a/SboxAES/aes1.c +++ b/SboxAES/aes1.c @@ -176,6 +176,16 @@ static void aes128_dec(__m128i *key_schedule, uint8_t *cipherText,uint8_t *plain _mm_storeu_si128((__m128i *) plainText, m); } + + + + + + + + + + //return 0 if no error //1 if encryption failed //2 if decryption failed @@ -378,12 +388,19 @@ static void test_aes128(void){ */ - const int nb_times_init=1; + const int nb_times_init=1000000; double time=0; double t=TimeStart(); for(int i=0;i