diff options
| author | jmc <> | 2022-12-26 07:18:53 +0000 |
|---|---|---|
| committer | jmc <> | 2022-12-26 07:18:53 +0000 |
| commit | 2eb7e5ff6bb69760f9dd4a43e7e3520ebb930120 (patch) | |
| tree | 26f3d93398833b7449b8a97e9fe4af9904382dbf /src/lib/libcrypto/des/asm | |
| parent | df59a12113ba6ec4c6faecd033d46176453f697e (diff) | |
| download | openbsd-2eb7e5ff6bb69760f9dd4a43e7e3520ebb930120.tar.gz openbsd-2eb7e5ff6bb69760f9dd4a43e7e3520ebb930120.tar.bz2 openbsd-2eb7e5ff6bb69760f9dd4a43e7e3520ebb930120.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.m4 | 4 |
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 | ! |
