X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=sha2%2Fsha2_small_common.h;h=652a458db7fd92755ae9a786596991deddee0b13;hp=a771d5dffdc3f9e07e8a2eda329d02d4b8e224fd;hb=4b5da1dc27a791b5c448274a3db09cd035b33493;hpb=38e12ca0d3a9df2ca6809ab88fb2ea32e5aed8f8 diff --git a/sha2/sha2_small_common.h b/sha2/sha2_small_common.h index a771d5d..652a458 100644 --- a/sha2/sha2_small_common.h +++ b/sha2/sha2_small_common.h @@ -1,7 +1,7 @@ /* sha2_small_common.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2011 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 @@ -25,7 +25,7 @@ typedef struct { uint32_t length; } sha2_small_common_ctx_t; -void sha2_small_common_nextBlock(sha2_small_common_ctx_t* state, const void* block); -void sha2_small_common_lastBlock(sha2_small_common_ctx_t* state, const void* block, uint16_t length_b); +void sha2_small_common_nextBlock(sha2_small_common_ctx_t *state, const void *block); +void sha2_small_common_lastBlock(sha2_small_common_ctx_t *state, const void *block, uint16_t length_b); #endif /* SHA2_SMALL_COMMON_H_ */