Skip to content

Releases: teschlg/kryptools

More linear codes

Choose a tag to compare

@teschlg teschlg released this 07 Oct 18:07

Codes:
new class for BinaryCodes and some new codes
LA:
new class BinaryMatrix for faster row operations
Poly:
new basic class for binary multivariate polynomials

BCH codes

Choose a tag to compare

@teschlg teschlg released this 23 Sep 19:15

BCH codes
Some speed improvements

Small fixes

Choose a tag to compare

@teschlg teschlg released this 05 Sep 19:25

Smal fixes. Plus Poly has a now method to compute the weight of a polynomial.

Some small style changes

Choose a tag to compare

@teschlg teschlg released this 26 Aug 15:48

According to pylint

Small fixes

Choose a tag to compare

@teschlg teschlg released this 25 Aug 15:23

Small bug fixes in Poly and GF2

Factoring of polynomials

Choose a tag to compare

@teschlg teschlg released this 15 Aug 08:41

The Poly class now supports factoring.

More coding theory

Choose a tag to compare

@teschlg teschlg released this 10 Aug 15:53

Support for cyclic and Reed-Solomon codes.

square roots in Z_n

Choose a tag to compare

@teschlg teschlg released this 01 Aug 19:52

Support for computing square roots in Z_n

Faster iroot

Choose a tag to compare

@teschlg teschlg released this 12 Jul 20:55
v1.3.4

Update kryptools.ipynb

Bug fix

Choose a tag to compare

@teschlg teschlg released this 11 Jul 08:31

GF2: GF(2^1) now yields correct generators
Zmod: Zmod(1) now computes the order of the element correctly