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§
- Field
- The field GF(2^16).
Type Aliases§
- Reed
Solomon - Type alias of ReedSolomon over GF(2^8).
- Shard
ByShard - Type alias of ShardByShard over GF(2^8).