aboutsummaryrefslogtreecommitdiff
path: root/extmod/modubinascii.h
AgeCommit message (Collapse)Author
2016-01-11py: Change type signature of builtin funs that take variable or kw args.Damien George
With this patch the n_args parameter is changed type from mp_uint_t to size_t.
2015-07-04extmod: Add a2b_base64 and b2a_base64 functions to ubinascii.Galen Hazelwood
2015-05-22extmod: Actually expose the ubinascii python methods.Daniel Campora
2015-05-21extmod: Expose mod_binascii_hexlify() and mod_binascii_unhexlify().Daniel Campora