summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/des/asm
diff options
context:
space:
mode:
authorjmc <>2022-12-26 07:18:53 +0000
committerjmc <>2022-12-26 07:18:53 +0000
commit8144b51086b3c46594192ccbec62762e58d61200 (patch)
tree26f3d93398833b7449b8a97e9fe4af9904382dbf /src/lib/libcrypto/des/asm
parent54da696f897367a85e20e97a53d29b18b44cf8b7 (diff)
downloadopenbsd-8144b51086b3c46594192ccbec62762e58d61200.tar.gz
openbsd-8144b51086b3c46594192ccbec62762e58d61200.tar.bz2
openbsd-8144b51086b3c46594192ccbec62762e58d61200.zip
spelling fixes; from paul tagliamonte
i removed the arithmetics -> arithmetic changes, as i felt they were not clearly correct ok tb
Diffstat (limited to 'src/lib/libcrypto/des/asm')
-rw-r--r--src/lib/libcrypto/des/asm/des_enc.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/des/asm/des_enc.m4 b/src/lib/libcrypto/des/asm/des_enc.m4
index 7303d40052..3fbb026dd3 100644
--- a/src/lib/libcrypto/des/asm/des_enc.m4
+++ b/src/lib/libcrypto/des/asm/des_enc.m4
@@ -124,7 +124,7 @@ changequote({,})
124! technique. 124! technique.
125! 125!
126! The macro also loads address sbox 1 to 5 to global 1 to 5, address 126! The macro also loads address sbox 1 to 5 to global 1 to 5, address
127! sbox 6 to local6, and addres sbox 8 to out3. 127! sbox 6 to local6, and address sbox 8 to out3.
128! 128!
129! Rotates the halfs 3 left to bring the sbox bits in convenient positions. 129! Rotates the halfs 3 left to bring the sbox bits in convenient positions.
130! 130!
@@ -266,7 +266,7 @@ define(ip_macro, {
266! other half (use). 266! other half (use).
267! 267!
268! In this version we do two rounds in a loop repeated 7 times 268! In this version we do two rounds in a loop repeated 7 times
269! and two rounds seperately. 269! and two rounds separately.
270! 270!
271! One half has the bits for the sboxes in the following positions: 271! One half has the bits for the sboxes in the following positions:
272! 272!