summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/blake2/qt_attribution.json
diff options
context:
space:
mode:
authorLinus Jahn <lnj@kaidan.im>2020-07-09 20:47:08 +0200
committerKai Koehne <kai.koehne@qt.io>2020-07-31 15:05:08 +0200
commit06f7a24574376fae099f276337f5564d27a5787b (patch)
treee8410fadd0ef8029824ca817d18e0dab2280cf7c /src/3rdparty/blake2/qt_attribution.json
parent24d60cb64d2d2d677612d8f517031b38c685ee7b (diff)
3rdparty: Add reference C implementation of BLAKE2
This is required for adding support of the BLAKE2 hashing algorithms in QCryptographicHash. Change-Id: Icc981c3a99a2713fdd1c18766b05619254650622 Reviewed-by: Kai Koehne <kai.koehne@qt.io> Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/3rdparty/blake2/qt_attribution.json')
-rw-r--r--src/3rdparty/blake2/qt_attribution.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/3rdparty/blake2/qt_attribution.json b/src/3rdparty/blake2/qt_attribution.json
new file mode 100644
index 0000000000..638a6c2ed4
--- /dev/null
+++ b/src/3rdparty/blake2/qt_attribution.json
@@ -0,0 +1,16 @@
+{
+ "Id": "blake2",
+ "Name": "BLAKE2 (reference implementation)",
+ "QDocModule": "qtcore",
+ "QtUsage": "Used in Qt Core (QCryptographicHash).",
+ "Files": "src/blake2b-ref.c src/blake2s-ref.c src/blake2.h src/blake2-impl.h",
+
+ "Description": "BLAKE2 is a cryptographic hash function faster than MD5, SHA-1, SHA-2, and SHA-3, yet is at least as secure as the latest standard SHA-3.",
+ "Homepage": "https://blake2.net/",
+ "Version": "3d6155ab1682e68c30f93064f988247508f55bbe",
+ "DownloadLocation": "https://github.com/BLAKE2/BLAKE2/tree/3d6155ab1682e68c30f93064f988247508f55bbe",
+ "License": "Creative Commons Zero v1.0 Universal or Apache License 2.0",
+ "LicenseId": "CC0-1.0 OR Apache-2.0",
+ "LicenseFile": "COPYING",
+ "Copyright": "Copyright 2012, Samuel Neves <sneves@dei.uc.pt>"
+}