]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - twister-asm.S
added md5_c.mk
[avr-crypto-lib.git] / twister-asm.S
index 9e948a436067e1c0d65e243a9d67341366a25996..746ea097fb7545c858c15a788276bb0da76a7dae 100644 (file)
@@ -1,6 +1,6 @@
 /* twister-asm.S */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
@@ -301,7 +301,7 @@ TMP_SAVE1  = 17
 
 .global twister_ctx2hash
 .global twister_small_ctx2hash
-.global twister_big_ctx2hash
+.global twister_large_ctx2hash
 .global twister224_ctx2hash
 .global twister256_ctx2hash
 .global twister384_ctx2hash
@@ -327,7 +327,7 @@ twister512_ctx2hash:
        ldi r21, hi8(512)
 ;      rjmp twister_ctx2hash
 
-twister_big_ctx2hash:
+twister_large_ctx2hash:
 twister_small_ctx2hash:
 twister_ctx2hash:
        push_range 10, 17