Skip to content

galois v0.4.11

Latest

Choose a tag to compare

@github-actions github-actions released this 03 May 02:19
· 1 commit to main since this release

Released May 2, 2026

Fixes

  • Fixed bug in Poly.equal_degree_factors() for characteristic 2, causing very slow performance. (#655)
  • Fixed bug in galois.perfect_power(). (#656)
  • Fixed bug to prevent int64 overflow in lookup-table exponentiation. (#656)
  • Fixed bug to use distinct prime bases in galois.miller_rabin_primality_test(). (#656)

Contributors