sha256csm init
This commit is contained in:
parent
4c57b60e59
commit
90a826cbe4
17 changed files with 166 additions and 18 deletions
|
@ -454,6 +454,12 @@ const static uint8_t test_output_gr[256] = {
|
|||
};
|
||||
#endif
|
||||
|
||||
#ifdef XMRIG_ALGO_SHA256CSM
|
||||
// "SHA256CSM"
|
||||
const static uint8_t test_output_sha256csm[32] = {
|
||||
};
|
||||
#endif
|
||||
|
||||
|
||||
} // namespace xmrig
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue