Raven Core  3.0.0
P2P Digital Currency
Functions
whirlpoolx.c File Reference
#include "miner.h"
#include "algo-gate-api.h"
#include <stdlib.h>
#include <stdint.h>
#include <string.h>
#include <stdio.h>
#include "sph_whirlpool.h"
Include dependency graph for whirlpoolx.c:

Go to the source code of this file.

Functions

void whirlpoolx_hash (void *state, const void *input)
 
int scanhash_whirlpoolx (int thr_id, struct work *work, uint32_t max_nonce, unsigned long *hashes_done)
 
bool register_whirlpoolx_algo (algo_gate_t *gate)
 

Function Documentation

◆ register_whirlpoolx_algo()

bool register_whirlpoolx_algo ( algo_gate_t *  gate)

Definition at line 63 of file whirlpoolx.c.

Here is the call graph for this function:

◆ scanhash_whirlpoolx()

int scanhash_whirlpoolx ( int  thr_id,
struct work *  work,
uint32_t  max_nonce,
unsigned long *  hashes_done 
)

Definition at line 28 of file whirlpoolx.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ whirlpoolx_hash()

void whirlpoolx_hash ( void *  state,
const void *  input 
)

Definition at line 10 of file whirlpoolx.c.

Here is the call graph for this function:
Here is the caller graph for this function: