Display in base-10?
Open
- Dominant language
- C
- Stars
- 474
- Forks
- 90
- PR merge metrics
- No merged PRs in 30d
Description
`bignum_to_string` appears to render a `struct bn` as hex rather than decimal; can we get a decimal option?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating bignum_to_string and tracing how it currently renders struct bn values as hexadecimal. Determine how a decimal option should be exposed, then verify the result renders values in decimal while preserving the existing hexadecimal behavior. No test file or other entry point is named in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- api
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100