Skip to content

Commit

Permalink
Update yespower.c
Browse files Browse the repository at this point in the history
  • Loading branch information
RickillerZ authored Oct 9, 2019
1 parent aa158d8 commit f9aaecf
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions algo/yespower/yespower.c
Original file line number Diff line number Diff line change
Expand Up @@ -164,21 +164,6 @@ bool register_yespower_urx_algo( algo_gate_t* gate )
return true;
};

bool register_power2b_algo( algo_gate_t* gate )
{
yespower_params.version = YESPOWER_1_0;
yespower_params.N = 2048;
yespower_params.r = 32;
yespower_params.pers = "Now I am become Death, the destroyer of worlds";
yespower_params.perslen = 46;
gate->optimizations = SSE2_OPT;
gate->get_max64 = (void*)&yespower_get_max64;
gate->scanhash = (void*)&scanhash_yespower;
gate->hash = (void*)&yespower_hash;
gate->set_target = (void*)&scrypt_set_target;
return true;
};

bool register_yespower_ltncg_algo( algo_gate_t* gate )
{
gate->optimizations = SSE2_OPT;
Expand Down

0 comments on commit f9aaecf

Please sign in to comment.