Skip to content

Releases: teschlg/kryptools

Small bugfix

12 Nov 21:07
Compare
Choose a tag to compare
Small bugfix Pre-release
Pre-release
  • ec: bug fixes

Small improvements and bug fixes.

12 Nov 12:59
Compare
Choose a tag to compare
Pre-release
  • 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

07 Nov 14:30
Compare
Choose a tag to compare
Pre-release

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

30 Oct 15:58
Compare
Choose a tag to compare
Small features Pre-release
Pre-release

A few new features and some bugfixes.

Small fixes

28 Oct 15:45
Compare
Choose a tag to compare
Small fixes Pre-release
Pre-release

pytest plus some small fixes

Small fixes

27 Oct 14:57
Compare
Choose a tag to compare
Small fixes Pre-release
Pre-release
v0.9.8

bumped version

Some improvements/extensions

23 Oct 17:50
Compare
Choose a tag to compare
Pre-release

New method factor_rho

Some bugfixes/extensions in the factoring algorithms

23 Oct 13:50
Compare
Choose a tag to compare
v0.9.6

maxstep option for factor_fermat

Improved factoring

22 Oct 19:22
Compare
Choose a tag to compare
Improved factoring Pre-release
Pre-release
v0.9.5

Update pyproject.toml

0.9.5: Better primality testing

21 Oct 10:13
Compare
Choose a tag to compare
Pre-release
Fixed some bugs in the miller_rabin_test. Polynomials can now print their coefficients in both orders.