Plain C "cn/r" implementation.
This commit is contained in:
parent
5e6a69e16f
commit
27980f24f8
11 changed files with 559 additions and 26 deletions
|
@ -68,6 +68,7 @@ struct cryptonight_ctx {
|
|||
cn_mainloop_double_fun_ms_abi generated_code_double;
|
||||
struct cryptonight_r_data generated_code_data;
|
||||
struct cryptonight_r_data generated_code_double_data;
|
||||
uint64_t height;
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue