• R/O
  • SSH

Arbre Source

Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

A small kernel of code for playing with Galois fields of arbitrary characteristic


Nom Taille Révision l'heure Auteur Message de Log
.gitignore 15 471c9555093c 2016-04-17 06:16:52 Eric Hopper <hopper@omnifarious.org> Ignore emacs and Python droppings.
.hgignore 48 4dae57893caf 2021-03-29 07:41:47 Eric Hopper <hopper@omnifarious.org> Ignore PyCharm stuff.
README 147 c3a8b11313c2 2016-12-31 19:44:37 Eric Hopper <hopper@omnifarious.org> Added README for Bitbucket so people ...
__init__.py 0 8afc24c8f8d1 2019-08-02 08:58:36 Eric Hopper <hopper@omnifarious.org> Beging making this more like a reusab...
gf.py 6.1 k 8afc24c8f8d1 2019-08-02 08:58:36 Eric Hopper <hopper@omnifarious.org> Beging making this more like a reusab...
gfutil.py 1.35 k a6db2850831c 2016-05-01 11:13:27 Eric Hopper <hopper@omnifarious.org> Add comments with some nice primitive...
grabbag.py 1.89 k 430a42988113 2021-03-15 14:52:04 Eric Hopper <hopper@omnifarious.org> Merge in ratpi to grabbag.
lagrange.py 489 8afc24c8f8d1 2019-08-02 08:58:36 Eric Hopper <hopper@omnifarious.org> Beging making this more like a reusab...
numtheory_utils.py 3.67 k 77c204d9db39 2021-08-24 11:09:29 Eric Hopper <hopper@omnifarious.org> Color output support now more flexibl...
polyops.py 6.79 k 4d87ce9474a0 2017-06-21 02:19:01 Eric Hopper <hopper@omnifarious.org> Fixed error in Lagrange interpolation...
test_gf2.py 982 3f18b31e4b26 2016-04-17 05:22:07 Eric Hopper <hopper@omnifarious.org> Initial version of Galois Field code.

README

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.