Expand description
Implementation of GF(2^8): the finite field with 2^8 elements.
Structs§
- Field
- The field GF(2^8).
Statics§
Functions§
- add
- Add two elements.
- div
- Divide one element by another.
b
, the divisor, may not be 0. - exp
- Compute a^n.
- mul
- Multiply two elements.
- mul_
slice - mul_
slice_ xor
Type Aliases§
- Reed
Solomon - Type alias of ReedSolomon over GF(2^8).
- Shard
ByShard - Type alias of ShardByShard over GF(2^8).