Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dependency on HaskellForMaths #2

Open
wchresta opened this issue Aug 2, 2018 · 2 comments
Open

Remove dependency on HaskellForMaths #2

wchresta opened this issue Aug 2, 2018 · 2 comments
Labels
architecture enhancement New feature or request

Comments

@wchresta
Copy link
Owner

wchresta commented Aug 2, 2018

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.
@wchresta wchresta added enhancement New feature or request architecture labels Aug 2, 2018
@wchresta
Copy link
Owner Author

Opened issue for extending finite-field: msakai/finite-field#1

@Bodigrim
Copy link

Bodigrim commented Nov 5, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
architecture enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants