ReedSolomonEncoder

Implements Reed-Solomon encoding, as the name implies.

Constructors

Link copied to clipboard
constructor(field: GenericGF)

Functions

Link copied to clipboard
fun encode(toEncode: IntArray, ecBytes: Int)