Skip to content

Commit

Permalink
attempt to add support for sld fancoder#2
Browse files Browse the repository at this point in the history
  • Loading branch information
avtc committed Jan 14, 2018
1 parent f580ca2 commit beedbe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ NAN_METHOD(cryptonight_sld) {
uint32_t input_len = Buffer::Length(target);

if (fast)
crypto::cn_fast_hash_sld((const void *)input, input_len, output);
crypto::cn_fast_hash((const void *)input, input_len, output);
else
crypto::cn_slow_hash_sld((const void *)input, input_len, output);

Expand Down

0 comments on commit beedbe1

Please sign in to comment.