X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=vendor%2FREADME.md;h=27a757ce4194925209c02b85e2e6f75f5d1868f9;hb=553877f7a9eff26166dfa4d953d6f69f9420de28;hp=a6bc7c6936ca0954533286672e28e2822a21952b;hpb=c6e40d36b42a7ebf832c3a57d2816a47ee9c9a76;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/vendor/README.md b/vendor/README.md index a6bc7c693..27a757ce4 100644 --- a/vendor/README.md +++ b/vendor/README.md @@ -4,10 +4,30 @@ This directory contains vendored dependencies that are shipped with InspIRCd to ## bcrypt -**Name** — Openwall bcrypt +**Author** — Solar Designer <solar@openwall.com> **Last Updated** — 2018-08-14 (v1.3) **License** — Public Domain **Website** — [http://openwall.com/crypt/](http://openwall.com/crypt/) + +## sha256 + +**Author** — Olivier Gay <olivier.gay@a3.epfl.ch> + +**Last Updated** — 2018-09-06 (2007-02-02) + +**License** — 3-clause BSD + +**Website** — [http://www.ouah.org/ogay/sha2/](http://www.ouah.org/ogay/sha2/) + +## http_parser + +**Author** — Joyent, Inc. and other Node contributors + +**Last Updated** — 2018-10-04 (77310eeb839c4251c07184a5db8885a572a08352) + +**License** — MIT + +**Website** — [https://github.com/nodejs/http-parser]