diff options
author | Peter Powell <petpow@saberuk.com> | 2018-09-06 10:59:30 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2018-10-04 14:22:37 +0200 |
commit | bb15147464a463d2ca260fa6d7f02395f0f57620 (patch) | |
tree | 69840fb1ef5b316dff2d0a253e8fdb365b0fa0ca /vendor/README.md | |
parent | 8e3aaf1ff00968f413bcac714d79728a831899fd (diff) |
Convert m_sha256 to use a vendored library instead of bundling.
The require_compiler("GCC") directive is required to work around
some GCCs ignoring the GCC pragma for disabling warnings.
Diffstat (limited to 'vendor/README.md')
-rw-r--r-- | vendor/README.md | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/vendor/README.md b/vendor/README.md index a6bc7c693..5ed4fbbbf 100644 --- a/vendor/README.md +++ b/vendor/README.md @@ -4,10 +4,20 @@ 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/) |