vrancurel / dcss

Decentralized Secure Storage with the Ethereum Blockchain
BSD 3-Clause "New" or "Revised" License
7 stars 3 forks source link

Use NTTEC for erasure coding #50

Open slaperche-scality opened 6 years ago

slaperche-scality commented 6 years ago

Quadiron should be able to use NTTEC to split a file into chunks and distribute them to the nodes. It should also be able to retrieve the chunks to rebuild the original file.

What we need is:

We should also be able to retrieve the file, even if some parts are missing (that's the reason for erasure coding after all).