multicodec icon indicating copy to clipboard operation
multicodec copied to clipboard

Compact self-describing codecs. Save space by using predefined multicodec tables.

Results 80 multicodec issues
Sort by recently updated
recently updated
newest added

This PR reserves a single multihash code. The request here comes from the Filecoin ecosystem which is already using the underlying hashes here in relation to the codes reserved in...

This adds a number of multicodec values for various Cryptid projects ahead of the public release of the code. Most of the code is already available: * [Multicid](https://github.com/cryptidtech/multicid) * Contains...

This is an error: https://github.com/multiformats/multicodec/blob/c954a787dc6a17d099653e5f90d26fbd177d2074/table.csv#L540 The name should be `es521` because this is an ECDSA signature using the P-521 curve.

This is an error: https://github.com/multiformats/multicodec/blob/c954a787dc6a17d099653e5f90d26fbd177d2074/table.csv#L539 The name should be `es384`

"Multicodec" is a really overloaded term. Some people working om multiformats started to refer to "Multicodec code" instead of just "Multicodec" to describe the idea of a global table of...

adding a link to the Cryptid implementation in Rust

Naming every possible type is already done with mime types. I think it would make sense to use them as codes, instead of defining your own. "image/jpg" or "text/plain" make...

Suppose I come across a multicodec-encoded stream in the wild, and have no context for it. After some investigating I might conclude everything after the first few bytes is a...

question

We were going to keep some application specific ranges. I'm not finding them in the table. We should add them back. Ideally we should have a function that keeps some...

There are csv tables spread over many repos. There should be one source of truth (multicodec/table.csv), and repos should pull it from there.