randomx_rust 0.1.1

RandomX is a proof-of-work (PoW) algorithm that is optimized for general-purpose CPUs.
Documentation
1
2
3
4
5
6
7
8
9
10
	;# restore callee-saved registers - System V AMD64 ABI
	pop r15
	pop r14
	pop r13
	pop r12
	pop rbp
	pop rbx

	;# program finished
	ret 0