diff options
| author | sobrado <> | 2015-09-22 08:08:07 +0000 |
|---|---|---|
| committer | sobrado <> | 2015-09-22 08:08:07 +0000 |
| commit | 7746c18fb3482ba8d6fd1f9508801722028094b1 (patch) | |
| tree | 44f72e5c66d08a8e69898fb02d0eff61ca84d533 /src/lib/libcrypto/doc/EVP_BytesToKey.pod | |
| parent | b15d8c593eec3a6437fc962608396fa0c9fe134b (diff) | |
| download | openbsd-7746c18fb3482ba8d6fd1f9508801722028094b1.tar.gz openbsd-7746c18fb3482ba8d6fd1f9508801722028094b1.tar.bz2 openbsd-7746c18fb3482ba8d6fd1f9508801722028094b1.zip | |
typos in documentation; better wording, suggested by jmc@libressl-v2.3.0
ok jmc@
Diffstat (limited to 'src/lib/libcrypto/doc/EVP_BytesToKey.pod')
| -rw-r--r-- | src/lib/libcrypto/doc/EVP_BytesToKey.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/doc/EVP_BytesToKey.pod b/src/lib/libcrypto/doc/EVP_BytesToKey.pod index a27146f5c9..2dffaa1efa 100644 --- a/src/lib/libcrypto/doc/EVP_BytesToKey.pod +++ b/src/lib/libcrypto/doc/EVP_BytesToKey.pod | |||
| @@ -46,7 +46,7 @@ enough data is available for the key and IV. D_i is defined as: | |||
| 46 | 46 | ||
| 47 | D_i = HASH^count(D_(i-1) || data || salt) | 47 | D_i = HASH^count(D_(i-1) || data || salt) |
| 48 | 48 | ||
| 49 | where || denotes concatentaion, D_0 is empty, HASH is the digest | 49 | where || denotes concatenation, D_0 is empty, HASH is the digest |
| 50 | algorithm in use, HASH^1(data) is simply HASH(data), HASH^2(data) | 50 | algorithm in use, HASH^1(data) is simply HASH(data), HASH^2(data) |
| 51 | is HASH(HASH(data)) and so on. | 51 | is HASH(HASH(data)) and so on. |
| 52 | 52 | ||
