From: Matt Birkholz Date: Wed, 2 Mar 2016 22:59:22 +0000 (-0700) Subject: src/README.txt: Describe the latest plugins. X-Git-Tag: mit-scheme-pucked-9.2.12~261^2~75^2~21 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=5770c71e32ef927fac9a2dfb43fd7ed0d57bd9a3;p=mit-scheme.git src/README.txt: Describe the latest plugins. --- 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: