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

Function fxBigInt_mod_mod

modules/crypt/arith/xsBigIntEx.c:162–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162txBigInt *fxBigInt_mod_mod(txMachine *the, txBigInt *r, txBigInt *a, txBigInt *m, pool_t *pool)
163{
164 return fxBigInt_mod(the, r, a, m);
165}
166
167txBigInt *fxBigInt_mod_mul(txMachine *the, txBigInt *r, txBigInt *a, txBigInt *b, txBigInt *m, pool_t *pool)
168{

Callers

nothing calls this directly

Calls 1

fxBigInt_modFunction · 0.85

Tested by

no test coverage detected