X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=sha1-asm.S;h=884adbc2ae71e8b8972ced2e5b1b008304e6cf86;hb=f746b1cd8b111c52014e72d6c86d0d159721b5ce;hp=278d52a6a2bd35c715d1170fbd5542a96d7aeb67;hpb=6e51024d966bd015cb8f9c8460c5c21da6a08f9e;p=avr-crypto-lib.git diff --git a/sha1-asm.S b/sha1-asm.S index 278d52a..884adbc 100644 --- a/sha1-asm.S +++ b/sha1-asm.S @@ -644,8 +644,7 @@ sha1_nextBlock_mainloop_core: /* ther core function; T=ROTL5(a) ....*/ /* wo Z-4 gerade auf kt zeigt ... */ movw r28, r26 /* copy X in Y */ adiw r30, 3*4 /* now Z points to the rigth locatin in our jump-vector-table */ - clc - ror r31 + lsr r31 ror r30 icall