demos: update readme file with pbkdf2 and scrypt examples.

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/16109)
This commit is contained in:
Pauli 2021-07-19 13:17:02 +10:00
parent 9dbb4dac09
commit b8ffcd8715

View File

@ -20,6 +20,8 @@ EVP_f_md.c Compute a digest using BIO and EVP_f_md
kdf:
hkdf.c Demonstration of HMAC based key derivation
pbkdf2.c Demonstration of PBKDF2 password based key derivation
scrypt.c Demonstration of SCRYPT password based key derivation
pkey:
EVP_PKEY_EC_keygen.c Generate an EC key.