]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - sha1-asm.S
some small updates
[avr-crypto-lib.git] / sha1-asm.S
index 278d52a6a2bd35c715d1170fbd5542a96d7aeb67..884adbc2ae71e8b8972ced2e5b1b008304e6cf86 100644 (file)
@@ -644,8 +644,7 @@ sha1_nextBlock_mainloop_core:       /* ther core function; T=ROTL5(a) ....*/
        /* wo Z-4 gerade auf kt zeigt ... */\r
        movw r28, r26 /* copy X in Y */\r
        adiw r30, 3*4 /* now Z points to the rigth locatin in our jump-vector-table */\r
-       clc\r
-       ror r31\r
+       lsr r31\r
        ror r30\r
                \r
        icall\r