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 has been archived by the owner on Sep 22, 2022. It is now read-only.
Since rust-cid has no no_std support, there was suggested to custom verify CID's.
For CIDv0 verify length and .starts_with("Qm").
For CIDv1 extend with:
Don't check for CID length, use
cid
lib:https://github.com/multiformats/rust-cid#usage
The text was updated successfully, but these errors were encountered: