Skip to content

Fix binary polynomial division#9

Open
angeris wants to merge 1 commit intomainfrom
codex/find-and-fix-a-bug-in-codebase
Open

Fix binary polynomial division#9
angeris wants to merge 1 commit intomainfrom
codex/find-and-fix-a-bug-in-codebase

Conversation

@angeris
Copy link
Member

@angeris angeris commented May 18, 2025

Summary

  • implement polynomial degree calculation
  • fix divrem for binary polynomials
  • test polynomial division corner cases
  • use consistent type variable name in tests

Testing

  • julia --project=BinaryFields -e 'using Pkg; Pkg.test()' (fails: julia not found)
  • attempted curl -fsSL https://install.julialang.org | bash -s -- -y (failed: couldn't connect to server)

@angeris
Copy link
Member Author

angeris commented May 18, 2025

again, having fun with codex; need to actually test this and bench it to make sure there isn't a performance regression, but we only use this function for the (rare) inverse, which should be precomputed anyways

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant