data_matrix v0.1.1 DataMatrix.ReedSolomon

Link to this section Summary

Functions

iex> DataMatrix.ReedSolomon.encode(<<142, 164, 186>>, 5) <<114, 25, 5, 88, 102>>

Link to this section Functions

Link to this function

encode(data, length)

iex> DataMatrix.ReedSolomon.encode(<<142, 164, 186>>, 5) <<114, 25, 5, 88, 102>>