]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - twister/twister-large-asm.S
turning on software flow control for uart
[avr-crypto-lib.git] / twister / twister-large-asm.S
index be10546a991afef5c873cb3838b95d9e72d818df..cfb71aaed9ea6548d96e4df6146490a3bd5ff3e7 100644 (file)
@@ -1,7 +1,7 @@
 /* twister-large-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-large-asm.S
- * \email    daniel.otte@rub.de
+ * \email    bg@nerilex.org
  * \author   Daniel Otte 
  * \date     2008-12-27
  * \license  GPLv3 or later
@@ -27,7 +27,7 @@
  
  #include "avr-asm-macros.S"
 
-/* void checksum_update(twister_large_ctx_tctx, uint8_t col) */
+/* void checksum_update(twister_large_ctx_t *ctx, uint8_t col) */
 /*
  * param ctx: r24:r25
  * param col: r22
@@ -117,7 +117,7 @@ checksum_update:
        ret
 
 /*********************************************************************/
-/* void twister_large_init(twister_large_ctx_tctx, uint16_t hashsize_b)*/
+/* void twister_large_init(twister_large_ctx_t *ctx, uint16_t hashsize_b)*/
 /* 
  * param ctx:        r24:r25
  * param hashsize_b: r22:r23
@@ -163,7 +163,7 @@ twister_large_init:
        ret
 
 /*********************************************************************/
-/* void twister_large_nextBlock(twister_state_t* ctx, void* msg) */   
+/* void twister_large_nextBlock(twister_state_t *ctx, void *msg) */   
 /*
  * param ctx: r24:r25
  * param msg: r22:r23
@@ -350,7 +350,7 @@ twister_large_nextBlock:
        ret
        
 /*********************************************************************/
-/* void twister_large_lastBlock(twister_state_t* ctx, void* msg, uint16_t length_b) */   
+/* void twister_large_lastBlock(twister_state_t *ctx, void *msg, uint16_t length_b) */   
 /*
  * param ctx:      r24:r25
  * param msg:      r22:r23