[−][src]Function fancy_garbling::util::inv
pub fn inv(inp_a: i128, inp_b: i128) -> i128
Generic algorithm to invert inp_a mod inp_b. As ref so as to support BigInts without copying.
pub fn inv(inp_a: i128, inp_b: i128) -> i128
Generic algorithm to invert inp_a mod inp_b. As ref so as to support BigInts without copying.