Type Definition snarkvm_synthesizer_program::Inv
source · pub type Inv<N> = UnaryLiteral<N, InvOperation<N>>;
Expand description
Computes the multiplicative inverse of first
, storing the outcome in destination
.
pub type Inv<N> = UnaryLiteral<N, InvOperation<N>>;
Computes the multiplicative inverse of first
, storing the outcome in destination
.