diff options
Diffstat (limited to 'vendor/README.md')
-rw-r--r-- | vendor/README.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vendor/README.md b/vendor/README.md new file mode 100644 index 000000000..a6bc7c693 --- /dev/null +++ b/vendor/README.md @@ -0,0 +1,13 @@ +# Vendored Libraries + +This directory contains vendored dependencies that are shipped with InspIRCd to avoid users needing to install them manually. + +## bcrypt + +**Name** — Openwall bcrypt + +**Last Updated** — 2018-08-14 (v1.3) + +**License** — Public Domain + +**Website** — [http://openwall.com/crypt/](http://openwall.com/crypt/) |