| 160 | } |
| 161 | |
| 162 | txBigInt *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 | |
| 167 | txBigInt *fxBigInt_mod_mul(txMachine *the, txBigInt *r, txBigInt *a, txBigInt *b, txBigInt *m, pool_t *pool) |
| 168 | { |
nothing calls this directly
no test coverage detected