Fabcoin Core  0.16.2
P2P Digital Currency
Functions
b64.c File Reference
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <ctype.h>
#include <sys/types.h>
#include "b64.h"
Include dependency graph for b64.c:

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)
 

Function Documentation

int libscrypt_b64_decode ( char const *  src,
unsigned char *  target,
size_t  targsize 
)

Definition at line 187 of file b64.c.

Here is the call graph for this function:

Here is the caller graph for this function:

int libscrypt_b64_encode ( unsigned char const *  src,
size_t  srclength,
char *  target,
size_t  targsize 
)

Definition at line 123 of file b64.c.

Here is the caller graph for this function: