Parse a decimal ASCII string into a BIGNUM.
Number of characters consumed from str on success, or 0 on parse error.
| Name | Description |
|---|---|
| a | Location of the BIGNUM pointer; allocated if *a is NULL. |
| str | Decimal digit string; a leading '-' sets the negative flag. |