klauspost / reedsolomon

Reed-Solomon Erasure Coding in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can we use WithLeopardGF16(true) when shards are less than 256?

ptbxzrt opened this issue · comments

image
There is a comment like above. But in the test codes, it test encode with gf16 when shards are less than 256. So I wonder whether I can use WithLeopardGF16(true) when shards are less than 256.
image