X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=twister-asm.S;h=746ea097fb7545c858c15a788276bb0da76a7dae;hb=dbbf324199b1aa27be910e00e1aad5e991d70e98;hp=ad69e3809fb1bc6fc655543e28974710f0e44968;hpb=17332291e15183d71d88ed868275e3cb53917180;p=avr-crypto-lib.git diff --git a/twister-asm.S b/twister-asm.S index ad69e38..746ea09 100644 --- a/twister-asm.S +++ b/twister-asm.S @@ -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