in reply to Re: Add 1 to an arbitrary-length binary string
in thread Add 1 to an arbitrary-length binary string
Is there any way to turn a string of arbitrary length text into an arbitrary BigInt and back? A big part of the problem is that the prefix could be "/Some/Arbitrarily/long/string"
Edit: I found Base::Math::Convert but it looks really poorly maintained so I am hoping there is something a little better.
Worst case scenario, I could build the logic into the module I am building, but hoping to avoid that.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Add 1 to an arbitrary-length binary string
by syphilis (Archbishop) on Nov 15, 2023 at 13:27 UTC | |
by einhverfr (Friar) on Nov 16, 2023 at 02:28 UTC | |
|
Re^3: Add 1 to an arbitrary-length binary string
by Anonymous Monk on Nov 15, 2023 at 13:31 UTC |