Files
cpuminer-opt-gpu/algo/polytimos/polytimos-gate.h
Jay D Dee 6d1361c87f v3.7.3
2017-11-20 21:19:15 -05:00

13 lines
321 B
C

#ifndef __POLYTIMOS_GATE_H__
#define __POLYTIMOS_GATE_H__
#include "algo-gate-api.h"
#include <stdint.h>
void polytimos_hash( void *state, const void *input );
int scanhash_polytimos( int thr_id, struct work *work, uint32_t max_nonce,
uint64_t *hashes_done );
void init_polytimos_context();
#endif