mirror of
https://git.wownero.com/wownero/RandomWOW.git
synced 2024-08-15 00:23:14 +00:00
1ee94bef2a
Scratchpad -> 2 MiB New scratchpad initialization New dataset initialization
9 lines
No EOL
90 B
NASM
9 lines
No EOL
90 B
NASM
PUBLIC squareHash
|
|
|
|
.code
|
|
|
|
squareHash PROC
|
|
include asm/squareHash.inc
|
|
squareHash ENDP
|
|
|
|
END |