Fabcoin Core  0.16.2
P2P Digital Currency
crypto_scrypt-hexconvert.h
Go to the documentation of this file.
1 
2 #include <stdint.h>
3 
8 int libscrypt_hexconvert(const uint8_t *buf, size_t s, char *outbuf,
9  size_t obs);
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...