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

Go to the source code of this file.

Functions

int libscrypt_hexconvert (const uint8_t *buf, size_t s, char *outbuf, size_t obs)
 Converts a binary string to a hex representation of that string outbuf must have size of at least buf * 2 + 1. More...
 

Function Documentation

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

Converts a binary string to a hex representation of that string outbuf must have size of at least buf * 2 + 1.