]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - sha2/sha384.h
fixing E-Mail-Address & Copyright
[avr-crypto-lib.git] / sha2 / sha384.h
index 59829b4ba5b2530f891233fc747abfb8017e0d82..bb0ae21099c729c54c9d56f16a7b1c71cb8e09a9 100644 (file)
@@ -1,7 +1,7 @@
 /* sha384.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
@@ -33,10 +33,10 @@ typedef sha2_large_common_ctx_t sha384_ctx_t;
 
 
 void sha384_init(sha384_ctx_t *ctx);
-void sha384_nextBlock (sha384_ctx_t* ctx, const void* block);
-void sha384_lastBlock(sha384_ctx_t* ctx, const void* block, uint16_t length_b);
-void sha384_ctx2hash(void* dest, const sha384_ctx_t* ctx);
-void sha384(void* dest, const void* msg, uint32_t length_b);
+void sha384_nextBlock (sha384_ctx_t *ctx, const void *block);
+void sha384_lastBlock(sha384_ctx_t *ctx, const void *block, uint16_t length_b);
+void sha384_ctx2hash(void *dest, const sha384_ctx_t *ctx);
+void sha384(void *dest, const void *msg, uint32_t length_b);
 
 
 #endif /* SHA384_H_ */