From 5b7c83260028688d6b36dc48ad1f7adda2902afe Mon Sep 17 00:00:00 2001 From: Stephen Heumann Date: Tue, 4 Jul 2017 14:42:01 -0500 Subject: [PATCH] One more tweak to MD5 rotate optimizations. --- md5.macros | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/md5.macros b/md5.macros index 60e09bc..68f9655 100644 --- a/md5.macros +++ b/md5.macros @@ -134,7 +134,7 @@ * Left-rotate with various optimizations applied macro ROTL4AUTO &loc,&n,&haveLocPlus2 - aif &n>5,.skip1 + aif &n>4,.skip1 ROTL4 &loc,&n mexit .skip1