| 450 | } |
| 451 | |
| 452 | txSize fxBigIntMaximumX(txSize length) |
| 453 | { |
| 454 | return sizeof(txU4) * (1 + howmany(4, mxBigIntWordSize) + ((length * 4) / 32)); |
| 455 | } |
| 456 | |
| 457 | void fxBigIntParse(txBigInt* bigint, txString p, txSize length, txInteger sign) |
| 458 | { |
no test coverage detected