This website requires JavaScript.
Explore
Help
Sign In
ExternalVendorCode
/
tahoe-lafs
Watch
1
Star
0
Fork
0
You've already forked tahoe-lafs
mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced
2025-03-04 21:17:55 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
tahoe-lafs
/
pyfec
/
fec
History
Zooko O'Whielacronx
7aba6f1dd7
pyfec: import a copy of mathutil.py from the pyutil library
2007-04-14 10:54:43 -07:00
..
test
merge changes and fix wrong type -- k and m need more than 8 bits (because they are the count rather than the index, i.e. they are 1-indexed)
2007-04-11 10:34:27 -07:00
util
pyfec: import a copy of mathutil.py from the pyutil library
2007-04-14 10:54:43 -07:00
__init__.py
give it a version number -- v0.9
2007-04-11 10:49:33 -07:00
_fecmodule.c
pyfec: tighten internal datatype from int to short and undo attempt to make it unsigned (Python doesn't do unsigned short)
2007-04-14 10:51:48 -07:00
easyfec.py
pyfec: add easyfec.Decoder(), which is easier to use than fec.Decoder()
2007-04-14 10:52:45 -07:00
fec.c
merge changes and fix wrong type -- k and m need more than 8 bits (because they are the count rather than the index, i.e. they are 1-indexed)
2007-04-11 10:34:27 -07:00
fec.h
pyfec: rename and clarify -- "blocks" are the units of input/output of the codec, "shares" are sequences of blocks (used to process arbitrary-length files)
2007-03-30 11:52:43 -07:00
filefec.py
pyfec: rename and clarify -- "blocks" are the units of input/output of the codec, "shares" are sequences of blocks (used to process arbitrary-length files)
2007-03-30 11:52:43 -07:00