From f087ce5ef830235035b12597598b8a15ef4d469b Mon Sep 17 00:00:00 2001 From: sobrado <> Date: Tue, 22 Sep 2015 08:08:07 +0000 Subject: typos in documentation; better wording, suggested by jmc@ ok jmc@ --- src/lib/libcrypto/doc/EVP_BytesToKey.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/libcrypto/doc/EVP_BytesToKey.pod') 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: D_i = HASH^count(D_(i-1) || data || salt) -where || denotes concatentaion, D_0 is empty, HASH is the digest +where || denotes concatenation, D_0 is empty, HASH is the digest algorithm in use, HASH^1(data) is simply HASH(data), HASH^2(data) is HASH(HASH(data)) and so on. -- cgit v1.2.3-55-g6feb