summaryrefslogtreecommitdiffstatshomepage
path: root/extmod/crypto-algorithms
Commit message (Collapse)AuthorAge
* extmod/crypto-algorithms/sha256: Remove non-standard memory.h header.Paul Sokolovsky2017-04-27
|
* 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.
* extmod/crypto: Add static keyword where it should be.Damien George2015-03-19
|
* moduhashlib: Add sha256 implementation from "crypto-algorithms" project.Paul Sokolovsky2014-11-22
https://github.com/B-Con/crypto-algorithms revision 100f4ff