mirror of https://github.com/ARMmbed/mbed-os.git
1. Prepare crypto common code 2. Support list - SHA - ECC NOTE: AES/RSA are to support in other works NOTE: Compared to M487, M467's SHA supports context save & restore (DMA Cascade mode) and so no software fallback is needed. NOTE: M467's ECC, following M487, goes partial-module replacement and it can just improve primitives e.g. point addition/doubling by 2X, and cannot improve high level point multiplication because MbedTLS doesn’t open it. To improve performance best, full-module replacement is needed. NOTE: Continuing above, add support for Montgomery curve |
||
---|---|---|
.. | ||
sha1_alt.c | ||
sha1_alt.h | ||
sha256_alt.c | ||
sha256_alt.h | ||
sha512_alt.c | ||
sha512_alt.h | ||
sha_alt_hw.c | ||
sha_alt_hw.h |