Guardtime KSI c SDK
|
#include <stddef.h>
Go to the source code of this file.
Functions | |
int | KSI_base32Decode (const char *base32, unsigned char **data, size_t *data_len) |
int | KSI_base32Encode (const unsigned char *data, size_t data_len, size_t group_len, char **encoded) |