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