summaryrefslogtreecommitdiffstatshomepage
path: root/extmod/crypto-algorithms/sha256.h
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2019-08-22 17:20:16 +1000
committerDamien George <damien.p.george@gmail.com>2019-08-22 17:20:16 +1000
commit519746cae4b1dd6e2d006f294961494ee949a2cc (patch)
tree5884ea8dfb7e69ca43d70ef429724261f1a95994 /extmod/crypto-algorithms/sha256.h
parent2fca0d7f18f8c31a6c85b598bb72f01725b26228 (diff)
downloadmicropython-519746cae4b1dd6e2d006f294961494ee949a2cc.tar.gz
micropython-519746cae4b1dd6e2d006f294961494ee949a2cc.zip
extmod/crypto-algorithms: Add source to header and populate copyright.
As per the README.md of the upstream source at https://github.com/B-Con/crypto-algorithms, this source code was released into the public domain, so make that explicit in the copyright line in the header.
Diffstat (limited to 'extmod/crypto-algorithms/sha256.h')
-rw-r--r--extmod/crypto-algorithms/sha256.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/extmod/crypto-algorithms/sha256.h b/extmod/crypto-algorithms/sha256.h
index caa1f81020..9c19472ea2 100644
--- a/extmod/crypto-algorithms/sha256.h
+++ b/extmod/crypto-algorithms/sha256.h
@@ -1,7 +1,8 @@
/*********************************************************************
+* Source: https://github.com/B-Con/crypto-algorithms
* Filename: sha256.h
* Author: Brad Conte (brad AT bradconte.com)
-* Copyright:
+* Copyright: This code is released into the public domain.
* Disclaimer: This code is presented "as is" without any guarantees.
* Details: Defines the API for the corresponding SHA1 implementation.
*********************************************************************/