]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - twister/twister.h
fixing E-Mail-Address & Copyright
[avr-crypto-lib.git] / twister / twister.h
index ec6b2190fcf5a90d12969a693a93103d2ee48323..205b92c3dcaa82ce7efc7e76a073c4d4eca49856 100644 (file)
@@ -1,7 +1,7 @@
 /* twister.h */
 /*
     This file is part of the AVR-Crypto-Lib.
-    Copyright (C) 2008  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
@@ -37,8 +37,8 @@ typedef struct {
 
 typedef uint8_t twister_checksum_t[8][8];
 
-void twister_blank_round(twister_state_tctx);
-void twister_mini_round(twister_state_t* ctx, const void* msg);        
-void twister_ctx2hash(void* dest, twister_state_t* ctx, uint16_t hashsize_b);
+void twister_blank_round(twister_state_t *ctx);
+void twister_mini_round(twister_state_t *ctx, const void *msg);        
+void twister_ctx2hash(void *dest, twister_state_t *ctx, uint16_t hashsize_b);
 
 #endif /* TWISTER_H_ */