- Haskell wrapper returns IO throughout to avoid unsafePerformIO
-
Application code must now execute the
Codec.FEC.initialize
action at least once before using otherCodec.FEC
APIs. -
Codec.FEC.fec
,Codec.FEC.encode
, andCodec.FEC.decode
are now thread-safe. -
Codec.FEC.fec
now supports n == k.