KlausT / ccminer

Software for mining various cryptocoins
GNU General Public License v3.0
403 stars 312 forks source link

parameters in sia_precalc() #244

Closed honlen closed 6 years ago

honlen commented 6 years ago

Would you please kindly tell me how to get the following parameters: 0xBB1838E7A0A44BF9u, 0x510E527FADE68281u, 0x566D1711B009135Au. In cuda_sia.cu, sia_precalc(), line 306. Thank you in advance!

KlausT commented 6 years ago

Those are constants from the blake2b algo. You can see the constants in the blake2b functions in sia.cu too, but a little bit less optimized

honlen commented 6 years ago

Got it. Thanks a lot!