This commit is contained in:
Jay D Dee
2017-11-20 21:19:15 -05:00
parent ab39e88318
commit 6d1361c87f
46 changed files with 6314 additions and 141 deletions

View File

@@ -65,16 +65,4 @@ int scanhash_skein2(int thr_id, struct work *work,
return 0;
}
int64_t skein2_get_max64 ()
{
return 0x7ffffLL;
}
bool register_skein2_algo( algo_gate_t* gate )
{
gate->scanhash = (void*)&scanhash_skein2;
gate->hash = (void*)&skein2hash;
gate->get_max64 = (void*)&skein2_get_max64;
return true;
};