Vendor RandomX source, add bridge_randomx_hash() with static VM lifecycle. Key: LetheanRandomXv1. Input: header_hash || nonce. Co-Authored-By: Charon <charon@lethean.io>
10 lines
No EOL
138 B
PHP
Executable file
10 lines
No EOL
138 B
PHP
Executable file
;# restore callee-saved registers - System V AMD64 ABI
|
|
pop r15
|
|
pop r14
|
|
pop r13
|
|
pop r12
|
|
pop rbp
|
|
pop rbx
|
|
|
|
;# program finished
|
|
ret 0 |