diff options
Diffstat (limited to 'vendor/README.md')
-rw-r--r-- | vendor/README.md | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/vendor/README.md b/vendor/README.md new file mode 100644 index 000000000..66a335c36 --- /dev/null +++ b/vendor/README.md @@ -0,0 +1,33 @@ +# Vendored Libraries + +This directory contains vendored dependencies that are shipped with Anope to avoid users needing to install them manually. + +## bcrypt + +**Author** — [Solar Designer](mailto:solar@openwall.com) + +**License** — Public Domain + +**Version** — v1.3 + +**Website** — [https://www.openwall.com/crypt/](https://www.openwall.com/crypt/) + +## md5 + +**Author** — [Solar Designer](mailto:solar@openwall.com) + +**License** — Cut-down BSD License + +**Version** — v2.0 + +**Website** — [https://openwall.info/wiki/people/solar/software/public-domain-source-code/md5](https://openwall.info/wiki/people/solar/software/public-domain-source-code/md5) + +## sha2 + +**Author** — [Olivier Gay](mailto:olivier.gay@a3.epfl.ch) + +**License** — 3-clause BSD License + +**Version** — 2007-02-02 + +**Website** — [http://www.ouah.org/ogay/sha2/](http://www.ouah.org/ogay/sha2/) |