From: bg Date: Thu, 11 Feb 2010 20:47:37 +0000 (+0000) Subject: fixing bug in padding for Keccak X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=commitdiff_plain;h=4787ed5e9896fad4256f7b119b2fdfbcfef1cc88 fixing bug in padding for Keccak --- diff --git a/keccak/keccak.c b/keccak/keccak.c index c9ab7ae..7983b01 100644 --- a/keccak/keccak.c +++ b/keccak/keccak.c @@ -30,7 +30,6 @@ #define DEBUG 0 - #if DEBUG #include "cli.h"