Migrate hashing functions to C.
This commit is contained in:
parent
7339802f34
commit
c99bdfe747
10 changed files with 287 additions and 39 deletions
14
README.md
14
README.md
|
|
@ -25,7 +25,7 @@ This was tested against ezmlm-idx 7.2.2.
|
|||
*Strong recommendation*: Create your lists with archiving (-a) and
|
||||
indexing (-i)! This library is suitable for modifying behavior of
|
||||
existing lists as a default, but with these flags enabled, can also
|
||||
be an interface to parsing and browsing the content of lists.
|
||||
be a generic interface for parsing and browsing list content.
|
||||
|
||||
|
||||
## Prerequisites
|
||||
|
|
@ -67,6 +67,18 @@ page for ezmlm-reject.) Patches are welcome if you'd like these sorts
|
|||
of miscellaneous things included.
|
||||
|
||||
|
||||
## Acknowledgments
|
||||
|
||||
Portions of this library are copied from ezmlm-idx source, authored by
|
||||
the following:
|
||||
|
||||
* D. J. Bernstein <djb@cr.yp.to>
|
||||
* Bruce Guenter <bruce@untroubled.org>
|
||||
|
||||
Many thanks for Dan and Bruce for their commitment for fine software, and
|
||||
contributions to the internet communities over the years.
|
||||
|
||||
|
||||
## License
|
||||
|
||||
Copyright (c) 2017, Mahlon E. Smith <mahlon@martini.nu>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue