(hopefully) fixing bug in sha256-asm.S, thanks to Ben Dykstra [untested]

This commit is contained in:
bg nerilex 2016-01-23 03:58:32 +01:00
parent 8631c5961e
commit 3f406d67a2
1 changed files with 1 additions and 2 deletions

View File

@ -924,7 +924,7 @@ sha256_init:
movw r26, r24 ; (24,25) --> (26,27) load X with param1
ldi r30, lo8((sha256_init_vector))
ldi r31, hi8((sha256_init_vector))
ldi r22, 32+8
ldi r22, 32 + 4
sha256_init_vloop:
lpm r23, Z+
st X+, r23
@ -942,7 +942,6 @@ sha256_init_vector:
.word 0xD9AB, 0x1F83
.word 0xCD19, 0x5BE0
.word 0x0000, 0x0000
.word 0x0000, 0x0000
;###########################################################