index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
extmod
/
moduhashlib.c
Age
Commit message (
Expand
)
Author
2019-01-14
fixup micropy
Scott Shawcroft
2018-08-16
Fix esp and samd
Scott Shawcroft
2018-07-28
merge finished
Dan Halbert
2018-07-23
WIP: complete manual inspection of all significant changes
Dan Halbert
2018-07-11
WIP: after merge; before testing
Dan Halbert
2018-06-12
extmod/moduhashlib: Make function objects STATIC.
Yonatan Goldschmidt
2018-06-12
extmod/moduhashlib: Allow using the sha256 implementation of mbedTLS.
Yonatan Goldschmidt
2018-06-12
extmod/moduhashlib: Allow to disable the sha256 class.
Yonatan Goldschmidt
2018-06-12
extmod/moduhashlib: Reorder funcs so that they are grouped by hash type.
Yonatan Goldschmidt
2018-06-12
extmod/moduhashlib: Prefix all Python methods and objects with uhashlib.
Yonatan Goldschmidt
2018-05-06
uhashlib: masquerade as hashlib for python3 compatibility
Jeff Epler
2018-05-06
uhashlib: some functions should refuse unicode for python3 compatibility
Jeff Epler
2017-11-12
extmod/moduhashlib: Enable SHA1 hashing when using "mbedtls" library.
Christopher Cooper
2017-10-04
all: Remove inclusion of internal py header files.
Damien George
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2016-09-22
all: Remove 'name' member from mp_obj_module_t struct.
Damien George
2016-01-25
extmod/moduhashlib: Use MICROPY_PY_UHASHLIB_SHA1 config define.
Paul Sokolovsky
2016-01-24
extmod/moduhashlib: Add support for SHA1 (based on axTLS).
Paul Sokolovsky
2016-01-11
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
2015-12-20
extmod/moduhashlib: Add namespace prefix for crypto-algorithms/sha256.h.
Paul Sokolovsky
2015-11-29
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-05-21
moduhashlib: Remove not implemented .hexdigest().
Paul Sokolovsky
2015-01-21
py: Remove mp_obj_str_builder and use vstr instead.
Damien George
2015-01-20
py, unix: Allow to compile with -Wunused-parameter.
Damien George
2015-01-01
extmod: Prefix py/ for includes from py core directory.
Damien George
2014-11-29
Use MP_DEFINE_CONST_DICT macro to define module dicts.
Damien George
2014-11-22
moduhashlib: Integrate sha256 implementation.
Paul Sokolovsky
2014-11-22
moduhashlib: Initial module skeleton.
Paul Sokolovsky