https://github.com/ellectroid/galoisfield2-tiny
Tiny Experimental Galois Field 2 Project (Degree, multiplication, reduction)
https://github.com/ellectroid/galoisfield2-tiny
Last synced: 8 months ago
JSON representation
Tiny Experimental Galois Field 2 Project (Degree, multiplication, reduction)
- Host: GitHub
- URL: https://github.com/ellectroid/galoisfield2-tiny
- Owner: ellectroid
- License: unlicense
- Created: 2025-06-30T20:00:28.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-06-30T20:08:22.000Z (9 months ago)
- Last Synced: 2025-06-30T21:24:30.832Z (9 months ago)
- Language: C++
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GaloisField2-Tiny
Tiny Experimental Galois Field 2 Project (Degree, multiplication, reduction)
Does GF(2) multiplication, polynomial reduction and degree. Inputs and outputs of degree up to around LONG_MAX (more than enough for any real practical purpose).
Fully C-compatible code. No standard library used. In theory, should run on a 1980 toaster.
This repository contains the library and its test with multiple polynomials.