ec_base64_encode_space
Last updated March 2020
Name
ec_base64_encode_space — Returns the number of bytes required to Base64 encode a string
Synopsis
#include "util.h"
| int **ec_base64_encode_space** (
| len)
; | |
Description
Returns the number of bytes required to Base64 encode a string.
- len
-
The length of the string to Base64 encode, in bytes.
This function returns the number of bytes required to Base64 encode a string.
It is legal to call this function in any thread.
See Also
Was this page helpful?