From 795fc6b98b4cb914fde7ed86c239a39e7db512e7 Mon Sep 17 00:00:00 2001 From: bg Date: Thu, 11 Feb 2010 20:22:30 +0000 Subject: [PATCH] fixing bug in padding for Keccak --- hfal_keccak.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hfal_keccak.c b/hfal_keccak.c index 26e6a36..2f50bbb 100644 --- a/hfal_keccak.c +++ b/hfal_keccak.c @@ -32,9 +32,9 @@ static const char keccak224_str[] PROGMEM = "Keccak-224"; -static const char keccak256_str[] PROGMEM = "keccak-256"; +static const char keccak256_str[] PROGMEM = "Keccak-256"; static const char keccak384_str[] PROGMEM = "Keccak-384"; -static const char keccak512_str[] PROGMEM = "keccak-512"; +static const char keccak512_str[] PROGMEM = "Keccak-512"; const hfdesc_t keccak224_desc PROGMEM = { HFDESC_TYPE_HASHFUNCTION, -- 2.39.2