]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
import py_ecc, a pure python fec by Emin Martinian, which is under a permissive licence
authorZooko O'Whielacronx <zooko@zooko.com>
Fri, 29 Dec 2006 20:46:45 +0000 (13:46 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Fri, 29 Dec 2006 20:46:45 +0000 (13:46 -0700)
commit6eaaf1fe9d2cdaa9a9dd39ca5867675bdfb1deea
treee102d058bef5d342df679f94add7206a7f5234b7
parentdcfddcac41a04cc88fe9c5e30a0111f432b6053c
import py_ecc, a pure python fec by Emin Martinian, which is under a permissive licence
It is too slow for a real product, but is a quick way to get a working prototype, and also is freely redistributable by us...
src/py_ecc/ffield.py [new file with mode: 0644]
src/py_ecc/file_ecc.py [new file with mode: 0644]
src/py_ecc/genericmatrix.py [new file with mode: 0644]
src/py_ecc/rs_code.py [new file with mode: 0644]