luby
v1.0.7
Published
Generate fountain codes / erasure codes (Luby Transform, robust)
Downloads
15
Maintainers
Readme
to run tests and play with the lib,
npm install
npm run watch
npm run test
switch between the encode / decode code in test.ts
to build the lib,
npm run build