|
|
|
|
|
by zajio1am
479 days ago
|
|
> Well OK, now you have a choice between: - include it anyway, [...] - don't include it, [...] I do not see an issue here. In decoder, one does not need bignum library, just pass bignum as a memory blob to application. In application, one knows semantic restriction on given values, and either reject bignums as semantically-invalid out-of-range, or need bignum processing library anyways. |
|