]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - keccak/keccak-asm.S
fixing E-Mail-Address & Copyright
[avr-crypto-lib.git] / keccak / keccak-asm.S
index 030c7a69005745917730a91fa02c6f4d53767894..60a78ae232b8358fa37da25db194bbc9e44b2c41 100644 (file)
@@ -1,7 +1,7 @@
 /* keccac-asm.S */
 /*
     This file is part of the AVR-Crypto-Lib.
-    Copyright (C) 2012  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
@@ -18,7 +18,7 @@
 */
 /**
  * \file     keccak-asm.S
- * \email    daniel.otte@rub.de
+ * \email    bg@nerilex.org
  * \author   Daniel Otte
  * \date     2012-12-16
  * \license  GPLv3 or later
@@ -34,8 +34,8 @@
 /*
 typedef struct{
        uint64_t a[5][5];
-       uint16_t r, c;
-       uint8_t  d, bs;
+       uint16_t r;
+       uint8_t  bs;
 } keccak_ctx_t;
 */
        .struct 0