]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
pyfec: add easyfec wrapper which takes a single string and splits it into input share...
authorZooko O'Whielacronx <zooko@zooko.com>
Wed, 28 Mar 2007 03:14:30 +0000 (20:14 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Wed, 28 Mar 2007 03:14:30 +0000 (20:14 -0700)
commit3c5d50797f7673c189d9052f4094462a9950dcdc
treeda0ba66bde7f815a2a2cbf3cfe8e793f1e61ef2e
parentf3831d979cf8386e746ff52e34078ddf3b153e0e
pyfec: add easyfec wrapper which takes a single string and splits it into input shares and pads, then passes it on to the inner fec object
pyfec/fec/easyfec.py [new file with mode: 0644]
pyfec/fec/filefec.py
pyfec/fec/test/bench_pyfec.py