This commit is contained in:
Jay D Dee
2017-04-16 12:55:19 -04:00
parent 9afa0d9820
commit 53259692eb
31 changed files with 211 additions and 3934 deletions

View File

@@ -788,5 +788,6 @@ bool register_scrypt_algo( algo_gate_t* gate )
scratchbuf_size = 1024;
else
scratchbuf_size = opt_scrypt_n;
return true;
};