]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - twister/twister-small-asm.S
switching to simualtion testport
[avr-crypto-lib.git] / twister / twister-small-asm.S
index 6cfda293836a90d48f48881f68d04b830c26c079..718e6ddc2eb807a2fe084e0f584ce059b5f2ec2c 100644 (file)
@@ -1,7 +1,7 @@
 /* twister-small-asm.S */
 /*
     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
@@ -18,7 +18,7 @@
 */
 /**
  * \file     twister-small-asm.S
- * \email    daniel.otte@rub.de
+ * \email    bg@nerilex.org
  * \author   Daniel Otte 
  * \date     2008-12-26
  * \license  GPLv3 or later
@@ -27,7 +27,7 @@
 
 #include "avr-asm-macros.S"
 
-/* void twister_small_init(twister_state_tctx, uint16_t hashsize_b)*/
+/* void twister_small_init(twister_state_t *ctx, uint16_t hashsize_b)*/
 /*
  * param ctx:        r24:r25
  * param hashsize_b: r22:r23
@@ -73,7 +73,7 @@ twister_small_init:
        ret
 #if 1 
 /*********************************************************************/
-/* void twister_small_lastBlock(twister_state_t* ctx, void* msg, uint16_t length_b) */   
+/* void twister_small_lastBlock(twister_state_t *ctx, void *msg, uint16_t length_b) */   
 /*
  * param ctx:      r24:r25
  * param msg:      r22:r23