summaryrefslogtreecommitdiffstats
path: root/demos/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'demos/README.txt')
-rw-r--r--demos/README.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/demos/README.txt b/demos/README.txt
index 291094bf9d..4f1e9dacc6 100644
--- a/demos/README.txt
+++ b/demos/README.txt
@@ -18,6 +18,9 @@ EVP_MD_demo.c Compute a digest from multiple buffers
EVP_MD_stdin.c Compute a digest with data read from stdin
EVP_f_md.c Compute a digest using BIO and EVP_f_md
+encrypt:
+rsa_encrypt.c Encrypt and decrypt data using an RSA keypair.
+
kdf:
hkdf.c Demonstration of HMAC based key derivation
pbkdf2.c Demonstration of PBKDF2 password based key derivation