index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/upload-artifact-5
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
extmod
/
moducryptolib.c
Age
Commit message (
Expand
)
Author
2020-04-23
all: Format code to add space after C++-style comment start.
stijn
2020-04-05
all: Use MP_ERROR_TEXT for all error messages.
Jim Mussared
2020-02-28
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2019-08-20
extmod/moducryptolib: Use "static" not "STATIC" for inline functions.
Damien George
2019-05-06
extmod/moducryptolib: Add AES-CTR support for axTLS builds.
Yonatan Goldschmidt
2019-05-06
extmod/moducryptolib: Add AES-CTR support.
Yonatan Goldschmidt
2018-06-27
extmod/moducryptolib: Don't include arpa/inet.h, it's not needed.
Damien George
2018-06-27
extmod/moducryptolib: Shorten exception messages to reduce code size.
Yonatan Goldschmidt
2018-06-27
extmod/moducryptolib: Prefix all Python methods/objects with ucryptolib.
Yonatan Goldschmidt
2018-06-27
extmod/moducryptolib: Add an mbedTLS implementation for this module.
Yonatan Goldschmidt
2018-06-27
extmod/moducryptolib: Refactor functions for clean interface with axTLS.
Yonatan Goldschmidt
2018-06-27
extmod/moducryptolib: Optionally export MODE_* constants to Python.
Yonatan Goldschmidt
2018-06-27
extmod/moducryptolib: Add ucryptolib module with crypto functions.
Paul Sokolovsky