Y
Hacker News
new
|
ask
|
show
|
jobs
by
sedatk
910 days ago
Haven't seen that, but how do you work with carry for numbers that are 256^8 < x < 58^11 ?
1 comments
charlieyu1
909 days ago
If we cut off at 8 byte blocks every number would be < 256^8. Encountering x > 256^8 would simplify be invalid.
link
sedatk
909 days ago
In that case, there would be padding left in every encoded block. The size overhead would weaken the case for Base58 especially if you consider using it for arbitrarily long data.
link