diff options
author | sobrado <> | 2015-09-22 08:08:07 +0000 |
---|---|---|
committer | sobrado <> | 2015-09-22 08:08:07 +0000 |
commit | f087ce5ef830235035b12597598b8a15ef4d469b (patch) | |
tree | 44f72e5c66d08a8e69898fb02d0eff61ca84d533 /src/lib/libcrypto/doc/EVP_BytesToKey.pod | |
parent | 8cd2e8a8ed69b1bd5763b94d2864fc4854e7deb4 (diff) | |
download | openbsd-f087ce5ef830235035b12597598b8a15ef4d469b.tar.gz openbsd-f087ce5ef830235035b12597598b8a15ef4d469b.tar.bz2 openbsd-f087ce5ef830235035b12597598b8a15ef4d469b.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 | ||