![]() |
Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <stdint.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... | |
| 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.
1.8.11