package reedsolomon

  1. Overview
  2. Docs

Module Primitive.GF2Source

Sourcetype t = int
Sourceval zero : t
Sourceval one : t
Sourceval (+:) : t -> t -> t
Sourceval (-:) : t -> t -> t
Sourceval (*:) : t -> t -> t
Sourceval (/:) : t -> t -> t
Sourceval to_string : t -> string