From ef17fe7655f22a0d2223e400b606247ba78fa765 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Thu, 2 May 2019 11:00:43 +0200 Subject: Utilisation de "size_t" pour l'indexation d'un tableau MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Surtout par souci d'homogénéité. --- src/add_threshold/cipher.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/add_threshold') diff --git a/src/add_threshold/cipher.c b/src/add_threshold/cipher.c index f0e1ac4..db1ec04 100644 --- a/src/add_threshold/cipher.c +++ b/src/add_threshold/cipher.c @@ -270,7 +270,7 @@ void lilliput_tbc_encrypt( _compute_round_tweakeys(key, tweak, RTK_X, RTK_Y); - for (uint8_t i=0; i