Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <ctype.h>
#include <sys/types.h>
#include "b64.h"
Go to the source code of this file.
Functions | |
int | libscrypt_b64_encode (unsigned char const *src, size_t srclength, char *target, size_t targsize) |
int | libscrypt_b64_decode (char const *src, unsigned char *target, size_t targsize) |
int libscrypt_b64_decode | ( | char const * | src, |
unsigned char * | target, | ||
size_t | targsize | ||
) |