multiformats / cid

Self-describing content-addressed identifiers for distributed systems
Other
426 stars 79 forks source link

Ambiguity of implicit multibase for CIDv0 #9

Closed jeremyBanks closed 7 years ago

jeremyBanks commented 7 years ago

This current version of ipld/cid specifies that for CIDv0:

the multibase is always base58 and implicit (not written).

However, the list in multiformats/multibase doesn't include any base exactly named base58...

base58flickr  Z       highest char
base58btc     z       highest char

...so I'm not sure which alphabet I should use.

This spec may need to updated with the appropriate multibase name.