mirror of
https://github.com/sheumann/65816-crypto.git
synced 2025-02-22 07:28:59 +00:00
Typos
This commit is contained in:
parent
58a3945d53
commit
2c34d17925
@ -68,7 +68,7 @@
|
||||
&i seta &i-1
|
||||
aif &i>0,.rotrloop3
|
||||
ago .end3
|
||||
dorotl3
|
||||
.dorotl3
|
||||
ROTL4MOVE &to,&from,32-&n
|
||||
.end3
|
||||
mend
|
||||
@ -225,7 +225,7 @@ dorotl3
|
||||
|
||||
|
||||
* One iteration of the loop for processing blocks.
|
||||
* The a,b,c,d,e variables are given as parameters so we can aviod cycling them.
|
||||
* The a,b,c,d,e variables are given as parameters so we can avoid cycling them.
|
||||
macro
|
||||
BlockLoopIter &a,&b,&c,&d,&e,&iter
|
||||
|
||||
@ -336,7 +336,7 @@ dorotl3
|
||||
macro
|
||||
BlockLoopPart &part
|
||||
|
||||
stz idx
|
||||
stz idx
|
||||
loop&part anop
|
||||
|
||||
BlockLoopIter a_,b,c,d,e,0
|
||||
|
Loading…
x
Reference in New Issue
Block a user