Merge pull request #93 from multiformats/feat/reserve-slash
reserve 0x2f (ASCII /) as the *path* multicodec
This commit is contained in:
commit
ee69bc061a
|
@ -20,6 +20,7 @@ murmur3-128, multihash, 0x22,
|
|||
murmur3-32, multihash, 0x23,
|
||||
ip6, multiaddr, 0x29,
|
||||
ip6zone, multiaddr, 0x2A,
|
||||
path, namespace, 0x2F, Namespace for string paths. Corresponds to `/` in ASCII.
|
||||
multicodec, multiformat, 0x30,
|
||||
multihash, multiformat, 0x31,
|
||||
multiaddr, multiformat, 0x32,
|
||||
|
|
|
Loading…
Reference in New Issue