├── .github └── workflows │ ├── generated-pr.yml │ └── stale.yml ├── LICENSE ├── README.md └── drafts ├── draft-snell-multicodec-00.txt ├── draft-snell-multicodec-00.xml ├── draft-snell-multihash-00.txt └── draft-snell-multihash-00.xml /.github/workflows/generated-pr.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/multiformats/specs/HEAD/.github/workflows/generated-pr.yml -------------------------------------------------------------------------------- /.github/workflows/stale.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/multiformats/specs/HEAD/.github/workflows/stale.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/multiformats/specs/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/multiformats/specs/HEAD/README.md -------------------------------------------------------------------------------- /drafts/draft-snell-multicodec-00.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/multiformats/specs/HEAD/drafts/draft-snell-multicodec-00.txt -------------------------------------------------------------------------------- /drafts/draft-snell-multicodec-00.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/multiformats/specs/HEAD/drafts/draft-snell-multicodec-00.xml -------------------------------------------------------------------------------- /drafts/draft-snell-multihash-00.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/multiformats/specs/HEAD/drafts/draft-snell-multihash-00.txt -------------------------------------------------------------------------------- /drafts/draft-snell-multihash-00.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/multiformats/specs/HEAD/drafts/draft-snell-multihash-00.xml --------------------------------------------------------------------------------