quiet / libcorrect

C library for Convolutional codes and Reed-Solomon
BSD 3-Clause "New" or "Revised" License
362 stars 95 forks source link

measure all conv lengths in # bits, not bytes #8

Open brian-armstrong opened 7 years ago

brian-armstrong commented 7 years ago

@MageSlayer if you need # of bits functionality, I think this patch will do it. The tests seem to pass, at least.. I'm not sure if I'm going to merge it just yet though.

MageSlayer commented 7 years ago

Thanks. Looks good.