v8.1.0
Changed
- Route multikey header, codec, and length checks through
decodeMultikey()/MultikeyCodecfrom@interop/data-integrity-core/multihash
instead of hand-rolled base58 slicing. This closes gaps in the previous
validation, which checked the header bytes but not the key length or the
multibasezprefix on every path.