Releases: teschlg/kryptools
Releases · teschlg/kryptools
Small bugfix
- ec: bug fixes
Small improvements and bug fixes.
- Bug in GF2 fixed, new class GF2_aes and GF2_ghash, argument "poly" renamed to "modulus"
- la: Better compatibility with GF2
Bug fixes and small enhancements
New class GF2 for Galois fields GF(2^n)
Poly has a new gcd method
ECWeierstrass can now list all points on the curve
Zmod new method generators to get all group generators and the star method now returns a generator
Small features
A few new features and some bugfixes.
Small fixes
pytest plus some small fixes
Small fixes
v0.9.8 bumped version
Some improvements/extensions
New method factor_rho
Some bugfixes/extensions in the factoring algorithms
v0.9.6 maxstep option for factor_fermat
Improved factoring
v0.9.5 Update pyproject.toml
0.9.5: Better primality testing
Fixed some bugs in the miller_rabin_test. Polynomials can now print their coefficients in both orders.