mirror of
https://github.com/openssl/openssl.git
synced 2025-02-17 14:32:04 +08:00
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:
parent
9dbb4dac09
commit
b8ffcd8715
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user