mirror of
https://github.com/sheumann/65816-crypto.git
synced 2025-02-16 13:30:25 +00:00
One more tweak to MD5 rotate optimizations.
This commit is contained in:
parent
2f34f006ba
commit
5b7c832600
@ -134,7 +134,7 @@
|
|||||||
* Left-rotate with various optimizations applied
|
* Left-rotate with various optimizations applied
|
||||||
macro
|
macro
|
||||||
ROTL4AUTO &loc,&n,&haveLocPlus2
|
ROTL4AUTO &loc,&n,&haveLocPlus2
|
||||||
aif &n>5,.skip1
|
aif &n>4,.skip1
|
||||||
ROTL4 &loc,&n
|
ROTL4 &loc,&n
|
||||||
mexit
|
mexit
|
||||||
.skip1
|
.skip1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user