Fabcoin Core  0.16.2
P2P Digital Currency
Functions
crypto_scrypt-hexconvert.c File Reference
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <stdint.h>
Include dependency graph for crypto_scrypt-hexconvert.c:

Go to the source code of this file.

Functions

int libscrypt_hexconvert (uint8_t *buf, size_t s, char *outbuf, size_t obs)
 

Function Documentation

int libscrypt_hexconvert ( uint8_t *  buf,
size_t  s,
char *  outbuf,
size_t  obs 
)

Definition at line 11 of file crypto_scrypt-hexconvert.c.