randomx-rust-wrapper 0.4.2

RandomX Rust wrapper intended for Fluence Capacity Commitment prover and verifier
Documentation
1
2
3
4
5
6
7
8
9
/* RISC-V - test if the Zbb extension is present */

.text
.global main

main:
    ror x6, x6, x7
    li x10, 0
    ret