MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / fxBigInt_mod_inv

Function fxBigInt_mod_inv

modules/crypt/arith/xsBigIntEx.c:157–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157txBigInt *fxBigInt_mod_inv(txMachine *the, txBigInt *r, txBigInt *a, txBigInt *m, pool_t *pool)
158{
159 return fxBigInt_mod_sub(the, r, m, a, m, pool);
160}
161
162txBigInt *fxBigInt_mod_mod(txMachine *the, txBigInt *r, txBigInt *a, txBigInt *m, pool_t *pool)
163{

Callers

nothing calls this directly

Calls 1

fxBigInt_mod_subFunction · 0.85

Tested by

no test coverage detected