Module reed_solomon_erasure::galois_16
source · [−]Expand description
GF(2^16) implementation.
More accurately, this is a GF((2^8)^2)
implementation which builds an extension
field of GF(2^8)
, as defined in the galois_8
module.
Structs
The field GF(2^16).
Type Definitions
Type alias of ReedSolomon over GF(2^8).
Type alias of ShardByShard over GF(2^8).