Skip to content
Snippets Groups Projects
Commit f81ea630 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

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

parent de12502d
No related branches found
No related tags found
No related merge requests found
...@@ -18,3 +18,11 @@ Functions ...@@ -18,3 +18,11 @@ Functions
Convert hexadecimal data to binary representation. Return bytes string. Convert hexadecimal data to binary representation. Return bytes string.
(i.e. inverse of hexlify) (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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment