fixing bug in padding for Keccak

This commit is contained in:
bg 2010-02-11 20:22:30 +00:00
parent 60782c4d65
commit 795fc6b98b
1 changed files with 2 additions and 2 deletions

View File

@ -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,