example: bls12_381-g1-pub contains 3 parts: bls_381, g1 and pub, where bls_381 is "BLS 381" which is not commonly written as "BLS381" and therefore requires a secondary separator.
Those "3 parts" combine to bls_381_g1_pub, not bls12_381-g1-pub. Was the 12 an oversight, or is there something about this format that makes it not considered one of these parts?
https://github.com/multiformats/multicodec/blob/badcfe56bb7e0bbb06b60d57565186cd6be1f932/README.md?plain=1#L65C398-L65C589
Those "3 parts" combine to
bls_381_g1_pub
, notbls12_381-g1-pub
. Was the12
an oversight, or is there something about this format that makes it not considered one of these parts?