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
I am not sure whether this is in scope for this library, but asking anyway.
Would it possible to include something like what https://github.com/web3-storage/ipfs-car in this library? My understanding is that this is the proper way to securely work with a gateway:
Download CARs, not reassembled data (reassembly is per multiformat, but let's focus on DAG-PB since its flexibility in chunking is what creates the verification problem)
Verify CAR
Reassemble verified data
It is therefore nice to be able to do all the steps to support users with or without a full node without impaired security.
The text was updated successfully, but these errors were encountered:
I am not sure whether this is in scope for this library, but asking anyway.
Would it possible to include something like what https://github.com/web3-storage/ipfs-car in this library? My understanding is that this is the proper way to securely work with a gateway:
It is therefore nice to be able to do all the steps to support users with or without a full node without impaired security.
The text was updated successfully, but these errors were encountered: