Skip to content

Commit f815be9

Browse files
committed
bcrypt: revision -> revisions
1 parent 6d5508b commit f815be9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/bcrypt.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ If one wanted to make `Blowfish::bcrypt_hash()` support variable length password
217217

218218
## Making Wikipedia match OpenSSH
219219

220-
The following changes (notated using the [phpBB MOD Text Template](phpbb.md#actions)) are for [revision 08:07, 14 May 2024 of wikipedia's bcrypt article](https://en.wikipedia.org/w/index.php?title=Bcrypt&oldid=1223800920#Algorithm). They may or may not work on other revision.
220+
The following changes (notated using the [phpBB MOD Text Template](phpbb.md#actions)) are for [revision 08:07, 14 May 2024 of wikipedia's bcrypt article](https://en.wikipedia.org/w/index.php?title=Bcrypt&oldid=1223800920#Algorithm). They may or may not work on other revisions.
221221

222222
```
223223
#
@@ -298,4 +298,4 @@ The following changes (notated using the [phpBB MOD Text Template](phpbb.md#acti
298298
#
299299
block ← Encrypt(state, block xor saltChunk[(n-1) mod 8])
300300
```
301-
Being pseudo code this doesn't quite capture everything. For example it doesn't capture the change in endianness.
301+
Being pseudo code this doesn't quite capture everything. For example it doesn't capture the change in endianness.

0 commit comments

Comments
 (0)