Skip to content

Remove dependency on HaskellForMaths #2

@wchresta

Description

@wchresta

The dependency on HaskellForMaths turned out to be not a wise choice. Even though it provides an implementation of field extensions (finite fields with non-prime order), the implementation does not seem to be clean and not in the same spirit as linear-codes (e.g. reimplementation of GHC.TypeLits.Nat). Also, the library seems to be abandoned.
There are two options:

  • Create own implementation of field extensions, maybe even with optimisQed algorithms for 2^k
  • Find an alternative existing library that is more suitable.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions