summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/sha3/qt_attribution.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/sha3/qt_attribution.json')
-rw-r--r--src/3rdparty/sha3/qt_attribution.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/src/3rdparty/sha3/qt_attribution.json b/src/3rdparty/sha3/qt_attribution.json
new file mode 100644
index 0000000000..13e6e971d9
--- /dev/null
+++ b/src/3rdparty/sha3/qt_attribution.json
@@ -0,0 +1,29 @@
+[
+ {
+ "Id": "sha3_endian",
+ "Name": "Secure Hash Algorithm SHA-3 - brg_endian",
+ "QDocModule": "qtcore",
+ "QtUsage": "Used in Qt Core (QCryptographicHash).",
+
+ "Description": "SHA-3, originally known as Keccak, is a cryptographic hash function.",
+ "License": "BSD 3-clause \"New\" or \"Revised\" License",
+ "LicenseFile": "BRG_ENDIAN_LICENSE",
+ "LicenseId": "BSD-3-Clause",
+ "Copyright": "Copyright (c) 1998-2008, Brian Gladman, Worcester, UK. All rights reserved."
+ },
+ {
+ "Id": "sha3_keccak",
+ "Name": "Secure Hash Algorithm SHA-3 - Keccak",
+ "QDocModule": "qtcore",
+ "QtUsage": "Used in Qt Core (QCryptographicHash).",
+
+ "Description": "SHA-3, originally known as Keccak, is a cryptographic hash function.",
+ "License": "Creative Commons Zero v1.0 Universal",
+ "LicenseId": "CC0-1.0",
+ "LicenseFile": "CC0_LICENSE",
+ "Copyright": "Guido Bertoni, Joan Daemen, Michaƫl Peeters and Gilles Van Assche.
+
+To the extent possible under law, the implementers have waived all copyright
+and related or neighboring rights to the source code in this file."
+ }
+]