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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
extmod
/
moduhashlib.c
Age
Commit message (
Expand
)
Author
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