micropython-lib/binascii
Christopher Cooper 20d9cdbd5f binascii: Add required argument to <int>.to_bytes(...) call.
The <int>.to_bytes(...) function requires two arguments.  The first
specifies the number of bytes to return, and the second specifies the
endianness of those bytes.  By definition, Base64 encoding is big
endian.
2017-08-15 10:24:59 +03:00
..
binascii.py binascii: Add required argument to <int>.to_bytes(...) call. 2017-08-15 10:24:59 +03:00
metadata.txt binascii: Add required argument to <int>.to_bytes(...) call. 2017-08-15 10:24:59 +03:00
setup.py binascii: Add required argument to <int>.to_bytes(...) call. 2017-08-15 10:24:59 +03:00
test_binascii.py binascii: Ported base64 routines for uPy, added unhexlify implementation. 2015-02-22 18:39:54 +02:00