X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=sha2%2Fsha2_large_common.h;h=7f0e1c110a417069ee8b26023222da7908a1fc66;hp=8352546732912bc2ea0cf3b02413677e8f982d0d;hb=4b5da1dc27a791b5c448274a3db09cd035b33493;hpb=38e12ca0d3a9df2ca6809ab88fb2ea32e5aed8f8 diff --git a/sha2/sha2_large_common.h b/sha2/sha2_large_common.h index 8352546..7f0e1c1 100644 --- a/sha2/sha2_large_common.h +++ b/sha2/sha2_large_common.h @@ -1,7 +1,7 @@ /* sha2_large_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 @@ -26,8 +26,8 @@ typedef struct { } sha2_large_common_ctx_t; -void sha2_large_common_nextBlock(sha2_large_common_ctx_t* ctx, const void* block); -void sha2_large_common_lastBlock(sha2_large_common_ctx_t* ctx, const void* block, uint16_t length_b); +void sha2_large_common_nextBlock(sha2_large_common_ctx_t *ctx, const void *block); +void sha2_large_common_lastBlock(sha2_large_common_ctx_t *ctx, const void *block, uint16_t length_b); #endif /* SHA2_LARGE_COMMON_H_ */