• 2 Posts
  • 7 Comments
Joined 1 year ago
cake
Cake day: December 3rd, 2023

help-circle
  • You typically want a slightly-more-elaborate approach than just handing the network a hash and then getting a file.

    […]

    Blake 3 supports verified streaming as it is built upon merkle trees as you described. So is IPFS. As I mentioned, IPFS hashes are that of the tree, not the file contents themselves, but that doesn’t help when you have a SHA256 sum of a file and want to download it. Maybe there are networks that map the SHA256 sum to a blake3 sum, an IPFS CID, or even an HTTP URI, but I don’t know of one, hence the question here.

    BitTorrent and Hyphanet have mechanisms that do this.

    Do you know of a way to exploit that? A library maybe?