Module snarkvm_wasm::traits::integers[][src]

Modules

Traits

Returns addition of self + other in the constraint system.

Returns division of self / other in the constraint system.

The interface for a singed or unsigned integer gadget.

Returns multiplication of self * other in the constraint system.

Returns a negated representation of self in the constraint system.

Returns exponentiation of self ** other in the constraint system.

Returns subtraction of self - other in the constraint system.