saiedhk / GaloisCPP

GaloisCPP: C++ Library for General Galois Field Arithmetic
MIT License
16 stars 3 forks source link

Performance Enhancements #1

Open saiedhk opened 8 years ago

saiedhk commented 8 years ago

ToDo: Increase arithmetic speed by using high performance algorithms for polynomial multiplication and division.

onionkight commented 2 years ago

Hello Saiedhk, I'm working on a project that calculate GCD of two polynomials in GF(2^m). Can you give a polynomial sample with your library for Galois Field? I found that sample_apps in this library are all about gfelement. I mean I need a polynomial consists of gfelement instead of Fint