You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Paired functions used to calculate multiple RandomX hashes more efficiently.
243
-
* randomx_calculate_hash_first is called for the first input value.
244
-
* randomx_calculate_hash_next will output the hash value of the previous input.
242
+
* Set of functions used to calculate multiple RandomX hashes more efficiently.
243
+
* randomx_calculate_hash_first will begin a hash calculation.
244
+
* randomx_calculate_hash_next will output the hash value of the previous input
245
+
* and begin the calculation of the next hash.
246
+
* randomx_calculate_hash_last will output the hash value of the previous input.
245
247
*
246
248
* @param machine is a pointer to a randomx_vm structure. Must not be NULL.
247
249
* @param tempHash an array of 8 64-bit values used to store intermediate data between calls to randomx_calculate_hash_first and randomx_calculate_hash_next.
0 commit comments