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
Both the hash type and the length are varints (ipfs/kubo#4197). While the constructor will usually just treat these as "unsupported" (as far as I can tell), large identity multihash's will fail badly (you'll get garbage at the beginning of the hash).
The text was updated successfully, but these errors were encountered:
kotlin-multihash/src/main/kotlin/io/ipfs/multiformats/multihash/Multihash.kt
Line 23 in cd5c813
Both the hash type and the length are varints (ipfs/kubo#4197). While the constructor will usually just treat these as "unsupported" (as far as I can tell), large identity multihash's will fail badly (you'll get garbage at the beginning of the hash).
The text was updated successfully, but these errors were encountered: