From 2c34d1792580993a63e7c19a3df5313bbd1e3d22 Mon Sep 17 00:00:00 2001 From: Stephen Heumann Date: Sun, 2 Jul 2017 21:35:17 -0500 Subject: [PATCH] Typos --- sha1.macros | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sha1.macros b/sha1.macros index c0aaf35..9629230 100644 --- a/sha1.macros +++ b/sha1.macros @@ -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