blob: 27a757ce4194925209c02b85e2e6f75f5d1868f9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
# Vendored Libraries
This directory contains vendored dependencies that are shipped with InspIRCd to avoid users needing to install them manually.
## 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]
|