]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - twister-asm.S
added md5_c.mk
[avr-crypto-lib.git] / twister-asm.S
index ad69e3809fb1bc6fc655543e28974710f0e44968..746ea097fb7545c858c15a788276bb0da76a7dae 100644 (file)
@@ -1,6 +1,6 @@
 /* twister-asm.S */
 /*
-    This file is part of the This file is part of the AVR-Crypto-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