summaryrefslogtreecommitdiffstatshomepage
path: root/extmod/crypto-algorithms/sha256.h
Commit message (Collapse)AuthorAge
* lib/crypto-algorithms: Move crypto-algorithms code from extmod to lib.Damien George2021-07-12
| | | | | | It's third-party code, and not necessarily tied to extmod. Signed-off-by: Damien George <damien@micropython.org>
* extmod/crypto-algorithms: Add source to header and populate copyright.Damien George2019-08-22
| | | | | | | 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.
* extmod/moduhashlib: Add namespace prefix for crypto-algorithms/sha256.h.Paul Sokolovsky2015-12-20
| | | | | | Everyone loves to names similar things the same, then there're conflicts between different libraries. The namespace prefix used is "CRYAL_", which is weird, and that's good, as that minimizes chance of another conflict.
* moduhashlib: Add sha256 implementation from "crypto-algorithms" project.Paul Sokolovsky2014-11-22
https://github.com/B-Con/crypto-algorithms revision 100f4ff