v9.3.0
Adds base36 encoding/decoding as it's in the multibase table and is used by ipns. Reuses the base-x alphabet implementation as that's what js-multibase used to do. Moves the `implement` function from base58.js into base.js so it can be reused by base36.