| Crates.io | risc0-bigint2 |
| lib.rs | risc0-bigint2 |
| version | 1.4.12-rc.1 |
| created_at | 2024-11-23 00:59:13.047838+00 |
| updated_at | 2026-01-14 22:37:43.043572+00 |
| description | RISC Zero's Big Integer Accelerator |
| homepage | https://risczero.com/ |
| repository | https://github.com/risc0/risc0/ |
| max_upload_size | |
| id | 1458093 |
| size | 256,445 |
BigInt2 provides precompiles for the RISC Zero zkVM that accelerate big integer algebra, including finite field arithmetic.
This module includes:
BigInt2 precompiles are automatically available in the RISC Zero zkVM environment. Applications can use the provided syscall interfaces to access both built-in operations and custom precompiles.
For detailed API documentation and examples, see the RISC Zero documentation.