Fabcoin Core  0.16.2
P2P Digital Currency
Macros | Functions
crypto-mcf.c File Reference
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <stdint.h>
#include <float.h>
#include <math.h>
#include "libscrypt.h"
Include dependency graph for crypto-mcf.c:

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)
 

Macro Definition Documentation

#define SNPRINTF   snprintf

Definition at line 38 of file crypto-mcf.c.

Function Documentation

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.