Skip to content

Commit

Permalink
docs: fix new codec in example (#206)
Browse files Browse the repository at this point in the history
Closes #205
  • Loading branch information
rootulp authored Jul 4, 2023
1 parent 2557620 commit 3452cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func main() {
// Size of each share, in bytes
bufferSize := 64
// Init new codec
codec := rsmt2d.NewLeoRSFF8Codec()
codec := rsmt2d.NewLeoRSCodec()

ones := bytes.Repeat([]byte{1}, bufferSize)
twos := bytes.Repeat([]byte{2}, bufferSize)
Expand Down

0 comments on commit 3452cbb

Please sign in to comment.