Commits
User selector
Commit History
Commits on Jul 6, 2020
Commits on Jan 15, 2019
- committed
Commits on Aug 17, 2018
- committed
Commits on Jul 28, 2018
- committed
Commits on Jul 24, 2018
Commits on Jul 11, 2018
Commits on Jun 12, 2018
extmod/moduhashlib: Make function objects STATIC.
Show description for c2fb725authored andcommitted- authored andcommitted
extmod/moduhashlib: Allow to disable the sha256 class.
Show description for 6630354authored andcommittedextmod/moduhashlib: Reorder funcs so that they are grouped by hash type.
Show description for 38682d4authored andcommittedextmod/moduhashlib: Prefix all Python methods and objects with uhashlib.
Show description for b045ebdauthored andcommitted
Commits on May 6, 2018
- committed
uhashlib: some functions should refuse unicode for python3 compatibility
Show description for 005226acommitted
Commits on Nov 12, 2017
extmod/moduhashlib: Enable SHA1 hashing when using "mbedtls" library.
Show description for 7413b3cauthored andcommitted
Commits on Oct 4, 2017
all: Remove inclusion of internal py header files.
Show description for a3dc1b1committed
Commits on Jul 31, 2017
all: Use the name MicroPython consistently in comments
Show description for 55f3324authored andcommitted
Commits on Sep 21, 2016
all: Remove 'name' member from mp_obj_module_t struct.
Show description for 93c4a6acommitted
Commits on Jan 24, 2016
- committed
extmod/moduhashlib: Add support for SHA1 (based on axTLS).
Show description for ee1656ecommitted
Commits on Jan 11, 2016
py: Change first arg of type.make_new from mp_obj_t to mp_obj_type_t*.
Show description for 5b3f0b7committedpy: Change type of .make_new and .call args: mp_uint_t becomes size_t.
Show description for a0c9781committed
Commits on Dec 20, 2015
extmod/moduhashlib: Add namespace prefix for crypto-algorithms/sha256.h.
Show description for 1b7f622committed
Commits on Nov 29, 2015
py: Wrap all obj-ptr conversions in MP_OBJ_TO_PTR/MP_OBJ_FROM_PTR.
Show description for 999cedbcommitted- committed
Commits on May 21, 2015
moduhashlib: Remove not implemented .hexdigest().
Show description for 2fddc68committed
Commits on Jan 21, 2015
py: Remove mp_obj_str_builder and use vstr instead.
Show description for 05005f6committed
Commits on Jan 20, 2015
py, unix: Allow to compile with -Wunused-parameter.
Show description for ff8dd3fcommitted
Commits on Jan 1, 2015
Commits on Nov 29, 2014
Use MP_DEFINE_CONST_DICT macro to define module dicts.
Show description for 3b603f2committed
Commits on Nov 22, 2014
Loading