Expand description

Implementation of GF(2^8): the finite field with 2^8 elements.

Structs

The field GF(2^8).

Statics

Functions

Add two elements.

Divide one element by another. b, the divisor, may not be 0.

Compute a^n.

Multiply two elements.

Type Definitions

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

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