Crate openvm_bigint_guest

Source

Macros§

impl_bin_op
A macro that implements all the following for the given struct and operation: a op= b, a op= &b, a op b, a op &b, &a op b, &a op &b Description of the parameters (see [u256.rs] for an example):

Structs§

I256
A 256-bit signed integer type.
U256
A 256-bit unsigned integer type.

Enums§

Int256Funct7
funct7 options for 256-bit integer instructions.

Constants§

BEQ256_FUNCT3
INT256_FUNCT3
OPCODE
This is custom-0 defined in RISC-V spec document