A small kernel of code for playing with Galois fields of arbitrary characteristic
Rev. | Tiempo | Autor | Mensaje |
---|---|---|---|
77c204d9db39 | 2021-08-24 11:09:29 | Eric Hopper | tip Color output support now more flexible via dependency inj... |
0e11b6b32650 | 2021-07-19 07:56:59 | Eric Hopper | Make table printout use colors if colorama and blessings ... |
f08e01af6b80 | 2021-07-19 05:32:33 | Eric Hopper | Fix comment. (Why did I use '^' and not '*'?!?) |
54f6125563fe | 2021-03-29 07:42:16 | Eric Hopper | Add Python 3.9 type annotations to numtheory_utils. |
4dae57893caf | 2021-03-29 07:41:47 | Eric Hopper | Ignore PyCharm stuff. |
430a42988113 | 2021-03-15 14:52:04 | Eric Hopper | Merge in ratpi to grabbag. |
3a540f0c7c82 | 2021-03-15 14:38:04 | Eric Hopper | Merge local commits with commits from laptop. |
568df9626320 | 2021-03-15 14:37:21 | Eric Hopper | A random assortment of stuff I've been playing with. |
28c4e0ee567a | 2020-02-21 07:02:28 | Eric Hopper | Better docstrings, and make mult_inverses print not retur... |
698f6818f630 | 2020-02-20 13:27:56 | Eric Hopper | No more fumbling with the multiplicative inverse in prese... |
Nombre | Rev. | Tiempo | Autor |
---|---|---|---|
tip | 77c204d9db39 | 2021-08-24 11:09:29 | Eric Hopper |
Nombre | Rev. | Tiempo | Autor | Mensaje |
---|---|---|---|---|
default | 77c204d9db39 | 2021-08-24 11:09:29 | Eric Hopper | Color output support now mo... |
This project is just me doodling with Galois Fields. The goal is to test out some things I learned about them after studying some books about them.