docs/ubinascii: Document a2b_base64(), b2a_base64().
This commit is contained in:
parent
de12502d89
commit
f81ea6307c
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user