![]() |
Raven Core
3.0.0
P2P Digital Currency
|
#include "miner.h"#include "algo-gate-api.h"#include <stdlib.h>#include <stdint.h>#include <string.h>#include <stdio.h>#include "sph_whirlpool.h"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) |
| bool register_whirlpoolx_algo | ( | algo_gate_t * | gate | ) |
| 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.
| void whirlpoolx_hash | ( | void * | state, |
| const void * | input | ||
| ) |
Definition at line 10 of file whirlpoolx.c.
1.8.13