Merge pull request #234 from fkautz/pr_out_changing_k_and_m_in_data_go_to_match_new_datatype_in_erasure_package

This commit is contained in:
Frederick F. Kautz IV
2015-03-01 01:28:43 -08:00

View File

@@ -18,8 +18,8 @@ const (
type EncoderParams struct {
Length int
K int
M int
K uint8
M uint8
Technique EncoderTechnique
}