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