#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.
◆ hashB
◆ init_whirlpool_ctx()
void init_whirlpool_ctx |
( |
| ) |
|
◆ register_whirlpool_algo()
bool register_whirlpool_algo |
( |
algo_gate_t * |
gate | ) |
|
◆ scanhash_whirlpool()
int scanhash_whirlpool |
( |
int |
thr_id, |
|
|
struct work * |
work, |
|
|
uint32_t |
max_nonce, |
|
|
unsigned long * |
hashes_done |
|
) |
| |
◆ whirlpool_hash()
void whirlpool_hash |
( |
void * |
state, |
|
|
const void * |
input |
|
) |
| |
◆ whirlpool_midstate()
void whirlpool_midstate |
( |
const void * |
input | ) |
|