Skip to content

Releases: risc0/ruint

v1.18.0-risczero.0

05 May 17:04
4f9f795

Choose a tag to compare

v1.18.0-risczero.0

Based on upstream v1.18.0.

Added

  • Accelerate add_mod and mul_mod on the RISC Zero zkVM via risc0-bigint2 field syscalls for Uint<256, 4> and Uint<384, 6>. Other widths fall through to the portable implementation with no overhead.