Skip to content
Snippets Groups Projects
Commit 519746ca authored by Damien George's avatar Damien George
Browse files

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.
parent 2fca0d7f
No related branches found
No related tags found
No related merge requests found
/********************************************************************* /*********************************************************************
* Source: https://github.com/B-Con/crypto-algorithms
* Filename: sha256.c * Filename: sha256.c
* Author: Brad Conte (brad AT bradconte.com) * 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. * Disclaimer: This code is presented "as is" without any guarantees.
* Details: Implementation of the SHA-256 hashing algorithm. * Details: Implementation of the SHA-256 hashing algorithm.
SHA-256 is one of the three algorithms in the SHA2 SHA-256 is one of the three algorithms in the SHA2
......
/********************************************************************* /*********************************************************************
* Source: https://github.com/B-Con/crypto-algorithms
* Filename: sha256.h * Filename: sha256.h
* Author: Brad Conte (brad AT bradconte.com) * 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. * Disclaimer: This code is presented "as is" without any guarantees.
* Details: Defines the API for the corresponding SHA1 implementation. * Details: Defines the API for the corresponding SHA1 implementation.
*********************************************************************/ *********************************************************************/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment