rust-randomx 0.7.6

Rust interface to the RandomX hash function
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