src/README.txt: Describe the latest plugins.
authorMatt Birkholz <puck@birchwood-abbey.net>
Wed, 2 Mar 2016 22:59:22 +0000 (15:59 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Thu, 3 Mar 2016 19:09:58 +0000 (12:09 -0700)
src/README.txt

index 5b638de46997a40e6817aa75b0e227f4b88c1cf5..85b539647fb80df557be34fd14dcc51e46268733 100644 (file)
@@ -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).
 \f
 These are miscellaneous extras: