You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 19, 2024. It is now read-only.
Multihash uses protobuf varints to encode both the multicodec and the hash length. This doesn't matter for codec < 0x80 and lengths < 128 bytes. However, this library should still either assert that (and refuse to operate over other codecs/lengths) or encode these numbers.