Module 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§

Field
The field GF(2^16).

Type Aliases§

ReedSolomon
Type alias of ReedSolomon over GF(2^8).
ShardByShard
Type alias of ShardByShard over GF(2^8).