]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
use pyfec instead of py_ecc for erasure coding and update API to codec
authorZooko O'Whielacronx <zooko@zooko.com>
Thu, 1 Feb 2007 23:07:00 +0000 (16:07 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Thu, 1 Feb 2007 23:07:00 +0000 (16:07 -0700)
commitdd4ad3d542ed0dc0bf8ab31280776ae079eba1c2
treecf91e6d088151717afcd79514d6188d1280f2444
parent1373789463aaa744413c2777551be9ce87cea7ba
use pyfec instead of py_ecc for erasure coding and update API to codec
12 files changed:
setup.py
src/allmydata/codec.py
src/allmydata/encode_new.py
src/allmydata/interfaces.py
src/allmydata/test/test_codec.py
src/allmydata/test/trial_figleaf.py
src/allmydata/upload.py
src/py_ecc/__init__.py [deleted file]
src/py_ecc/ffield.py [deleted file]
src/py_ecc/file_ecc.py [deleted file]
src/py_ecc/genericmatrix.py [deleted file]
src/py_ecc/rs_code.py [deleted file]