aboutsummaryrefslogtreecommitdiff
path: root/extmod/moducryptolib.c
AgeCommit message (Expand)Author
2022-06-02all: Remove third argument to MP_REGISTER_MODULE.Damien George
2022-05-18extmod: Make extmod modules use MP_REGISTER_MODULE.Jim Mussared
2022-05-03all: Use mp_obj_malloc everywhere it's applicable.Jim Mussared
2020-04-23all: Format code to add space after C++-style comment start.stijn
2020-04-05all: Use MP_ERROR_TEXT for all error messages.Jim Mussared
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2019-08-20extmod/moducryptolib: Use "static" not "STATIC" for inline functions.Damien George
2019-05-06extmod/moducryptolib: Add AES-CTR support for axTLS builds.Yonatan Goldschmidt
2019-05-06extmod/moducryptolib: Add AES-CTR support.Yonatan Goldschmidt
2018-06-27extmod/moducryptolib: Don't include arpa/inet.h, it's not needed.Damien George
2018-06-27extmod/moducryptolib: Shorten exception messages to reduce code size.Yonatan Goldschmidt
2018-06-27extmod/moducryptolib: Prefix all Python methods/objects with ucryptolib.Yonatan Goldschmidt
2018-06-27extmod/moducryptolib: Add an mbedTLS implementation for this module.Yonatan Goldschmidt
2018-06-27extmod/moducryptolib: Refactor functions for clean interface with axTLS.Yonatan Goldschmidt
2018-06-27extmod/moducryptolib: Optionally export MODE_* constants to Python.Yonatan Goldschmidt
2018-06-27extmod/moducryptolib: Add ucryptolib module with crypto functions.Paul Sokolovsky