summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qt_attribution.json
blob: 928ff537ca3f81023ddc28fd237a624332656fb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "Id": "siphash",
    "Name": "SipHash Algorithm",
    "QDocModule": "qtcore",
    "QtUsage": "Used in Qt Core (QHash)",

    "Description": "Implements the SipHash algorithm.",
    "Homepage": "https://131002.net/siphash/",
    "DownloadLocation": "https://raw.githubusercontent.com/veorq/SipHash/adcbf09b1684a718f594faa650ffc56bacdb0777/siphash24.c",

    "License": "Creative Commons Zero v1.0 Universal",
    "LicenseId": "CC0-1.0",
    "LicenseFile": "LICENSE.siphash",
    "Copyright": "(C) 2012-2014 Jean-Philippe Aumasson, (C) 2012-2014 Daniel J. Bernstein <djb@cr.yp.to>"
}