lakewik / EasyStorj

GUI Client for Storj Network v1 and v2 written in Python and PyQt4
MIT License
74 stars 14 forks source link

Add Reed-Solomon erasure encoding #69

Open MeijeSibbel opened 7 years ago

MeijeSibbel commented 7 years ago

For reference see https://github.com/Storj/libstorj

lakewik commented 7 years ago

We need to consider whether we should implement Erasure-Encoding Reed-solomon native in Python or create binding from libstorj Reed-Solomon: https://github.com/Storj/libstorj/blob/master/src/rs.c @marcorosa

lakewik commented 7 years ago

Related to #89