]> git.rkrishnan.org Git - tahoe-lafs/zfec.git/commit
pyfec: add easyfec wrapper which takes a single string and splits it into input share...
authorzooko <zooko@zooko.com>
Wed, 28 Mar 2007 03:14:30 +0000 (08:44 +0530)
committerzooko <zooko@zooko.com>
Wed, 28 Mar 2007 03:14:30 +0000 (08:44 +0530)
commitc68daf73ab8a35737c51c0f40f96ac1f6b817391
tree0a827f76f22a89d9875180dc3ec16574aa8a345d
parent602f821a78d2405e50a03a8c1434e43295835917
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

darcs-hash:ff2a8043e87d06451b910f760316aa8967062f69
pyfec/fec/easyfec.py [new file with mode: 0644]
pyfec/fec/filefec.py
pyfec/fec/test/bench_pyfec.py