Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <stdint.h>
#include <float.h>
#include <math.h>
#include "libscrypt.h"
Go to the source code of this file.
Macros | |
#define | SNPRINTF snprintf |
Functions | |
int | libscrypt_mcf (uint32_t N, uint32_t r, uint32_t p, const char *salt, const char *hash, char *mcf) |
#define SNPRINTF snprintf |
Definition at line 38 of file crypto-mcf.c.
int libscrypt_mcf | ( | uint32_t | N, |
uint32_t | r, | ||
uint32_t | p, | ||
const char * | salt, | ||
const char * | hash, | ||
char * | mcf | ||
) |
Definition at line 41 of file crypto-mcf.c.