]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - sha2/sha2_large_common.h
fixing E-Mail-Address & Copyright
[avr-crypto-lib.git] / sha2 / sha2_large_common.h
index 8352546732912bc2ea0cf3b02413677e8f982d0d..7f0e1c110a417069ee8b26023222da7908a1fc66 100644 (file)
@@ -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_ */