Base58 — round-trip
| step | value |
|---|---|
| hex input | deadbeef |
| bytes | de ad be ef |
| Base58 | 6h8cQN |
| decoded (hex) | deadbeef |
✓ Round-trip matches: Decode(Encode(x)) == x.
| step | value |
|---|---|
| hex input | deadbeef |
| bytes | de ad be ef |
| Base58 | 6h8cQN |
| decoded (hex) | deadbeef |
✓ Round-trip matches: Decode(Encode(x)) == x.