From 5770c71e32ef927fac9a2dfb43fd7ed0d57bd9a3 Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Wed, 2 Mar 2016 15:59:22 -0700 Subject: [PATCH] src/README.txt: Describe the latest plugins. --- src/README.txt | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/src/README.txt b/src/README.txt index 5b638de46..85b539647 100644 --- a/src/README.txt +++ b/src/README.txt @@ -68,11 +68,24 @@ The editor subsystem consists of two directories: * "imail" contains an email-reading program for Edwin. -There is one C/Unix FFI wrapper thus far: +There are a few C/Unix FFI plugins: * "gdbm" wraps libgdbm, the GNU dbm database routines, and provides a drop-in replacement for the microcode module based package (runtime gdbm). + +* "blowfish" wraps libssl or libcrypto blowfish functions, and + provides a drop-in replacement for the microcode module based + package (runtime blowfish). + +* "mcrypt" wraps libmcrypt and provides replacements for the mcrypt-* + procedures implemented in (runtime crypto). + +* "md5" wraps libssl or libcrypto md5 functions, and provides + replacements for the md5-* procedures in (runtime crypto). + +* "mhash" wraps libmhash and provides replacements for the mhash-* + procedures in (runtime crypto). These are miscellaneous extras: -- 2.25.1