summaryrefslogtreecommitdiffstatshomepage
path: root/extmod/modubinascii.h
Commit message (Collapse)AuthorAge
* py: Change type signature of builtin funs that take variable or kw args.Damien George2016-01-11
| | | | | With this patch the n_args parameter is changed type from mp_uint_t to size_t.
* extmod: Add a2b_base64 and b2a_base64 functions to ubinascii.Galen Hazelwood2015-07-04
|
* extmod: Actually expose the ubinascii python methods.Daniel Campora2015-05-22
|
* extmod: Expose mod_binascii_hexlify() and mod_binascii_unhexlify().Daniel Campora2015-05-21