[][src]Module solana_reed_solomon_erasure::galois_16

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 Definitions

ReedSolomon

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

ShardByShard

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