Changing K and M in data.go to match new datatype in erasure package

master
Frederick F. Kautz IV 10 years ago
parent 33601ff567
commit be12a6b3d9
  1. 4
      pkg/storage/donut/data/data_v1/data.go

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

Loading…
Cancel
Save