aboutsummaryrefslogtreecommitdiff
path: root/docs/library/ucryptolib.rst
AgeCommit message (Collapse)Author
2019-05-06extmod/moducryptolib: Add AES-CTR support.Yonatan Goldschmidt
Selectable at compile time via MICROPY_PY_UCRYPTOLIB_CTR. Disabled by default.
2018-06-27extmod/moducryptolib: Optionally export MODE_* constants to Python.Yonatan Goldschmidt
Allow including crypto consts based on compilation settings. Disabled by default to reduce code size; if one wants extra code readability, can enable them.
2018-06-27docs/ucryptolib: Add docs for new ucryptolib module.Paul Sokolovsky