Commit f81ea630 authored by Paul Sokolovsky's avatar Paul Sokolovsky

docs/ubinascii: Document a2b_base64(), b2a_base64().

parent de12502d
......@@ -18,3 +18,11 @@ Functions
Convert hexadecimal data to binary representation. Return bytes string.
(i.e. inverse of hexlify)
.. function:: a2b_base64(data)
Convert Base64-encoded data to binary representation. Return bytes string.
.. function:: b2a_base64(data)
Encode binary data in Base64 format. Return string.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment