index
:
micropython
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
extmod
/
moduhashlib.c
Commit message (
Expand
)
Author
Age
*
all: Remove 'name' member from mp_obj_module_t struct.
Damien George
2016-09-22
*
extmod/moduhashlib: Use MICROPY_PY_UHASHLIB_SHA1 config define.
Paul Sokolovsky
2016-01-25
*
extmod/moduhashlib: Add support for SHA1 (based on axTLS).
Paul Sokolovsky
2016-01-24
*
py: Change first arg of type.make_new from mp_obj_t to mp_obj_type_t*.
Damien George
2016-01-11
*
py: Change type of .make_new and .call args: mp_uint_t becomes size_t.
Damien George
2016-01-11
*
extmod/moduhashlib: Add namespace prefix for crypto-algorithms/sha256.h.
Paul Sokolovsky
2015-12-20
*
py: Wrap all obj-ptr conversions in MP_OBJ_TO_PTR/MP_OBJ_FROM_PTR.
Damien George
2015-11-29
*
py: Add MP_ROM_* macros and mp_rom_* types and use them.
Damien George
2015-11-29
*
moduhashlib: Remove not implemented .hexdigest().
Paul Sokolovsky
2015-05-21
*
py: Remove mp_obj_str_builder and use vstr instead.
Damien George
2015-01-21
*
py, unix: Allow to compile with -Wunused-parameter.
Damien George
2015-01-20
*
extmod: Prefix py/ for includes from py core directory.
Damien George
2015-01-01
*
Use MP_DEFINE_CONST_DICT macro to define module dicts.
Damien George
2014-11-29
*
moduhashlib: Integrate sha256 implementation.
Paul Sokolovsky
2014-11-22
*
moduhashlib: Initial module skeleton.
Paul Sokolovsky
2014-11-22