cid icon indicating copy to clipboard operation
cid copied to clipboard

Defining CID without Multibase prefix

Open vmx opened this issue 5 years ago • 0 comments

In the current version of the spec a CID is defined as containing a multibase prefix.

This doesn't align with the current understanding across the IPLD team. We regard a CID as <cid-version><ipld-codec><multihash>. In cases where a CID is not represented as bytes (e.g. for display purpose) it is Multibase encoded.

vmx avatar Nov 17 '20 16:11 vmx