summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/blake2/qt_attribution.json
diff options
context:
space:
mode:
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..ad1116f53e
--- /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": "54f4faa4c16ea34bcd59d16e8da46a64b259fc07",
+ "DownloadLocation": "https://github.com/BLAKE2/BLAKE2/tree/54f4faa4c16ea34bcd59d16e8da46a64b259fc07",
+ "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>"
+}