Y
Hacker News
new
|
ask
|
show
|
jobs
by
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.
1 comments
sedatk
908 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