Skip to main content

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); |   |

int <var class="pdparam">len</var>;

Description

This function returns the number of bytes required to decode a Base64 encoded string.

Parameters

len

The length of the Base64 string to decode, in bytes.

Return Values

This function returns the number of bytes required to decode a Base64 encoded string.

Threading

It is legal to call this function in any thread.

See Also

Was this page helpful?