X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=shacal2%2Fshacal2_enc.h;h=3f120a6323da4bf64cfa80fa85910ea829e63f00;hp=ffa277c72c05ef30c84bb8f3f8bdcc26543d1c4e;hb=4b5da1dc27a791b5c448274a3db09cd035b33493;hpb=d32eba56ce10ea6b9eff123b50d9842673b38f2b diff --git a/shacal2/shacal2_enc.h b/shacal2/shacal2_enc.h index ffa277c..3f120a6 100644 --- a/shacal2/shacal2_enc.h +++ b/shacal2/shacal2_enc.h @@ -1,7 +1,7 @@ /* shacal2_enc.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -27,7 +27,7 @@ #define SHACAL2_KEYSIZE SHA256_BLOCK_BITS #define SHACAL2_KEYSIZE_B ((SHACAL2_KEYSIZE+7)/8) -void shacal2_enc(void* buffer, void* key, uint16_t keysize_b); +void shacal2_enc(void *buffer, void *key, uint16_t keysize_b); #endif /*SHACAL2_ENC_H_*/