]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - keccak/keccak.c
fixing bug in padding for Keccak
[avr-crypto-lib.git] / keccak / keccak.c
index c9ab7aefdd8f39400339a1a4c18897cd353334dc..7983b0111cf46d2c0d21bfa20edbb400507fd59b 100644 (file)
@@ -30,7 +30,6 @@
 
 #define DEBUG 0
 
-
 #if DEBUG
 #include "cli.h"