mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
29e52ad778
Signed-off-by: B. Watson <yalhcru@gmail.com>
7 lines
348 B
Text
7 lines
348 B
Text
gf2x is a C/C++ software package containing routines for fast
|
|
arithmetic in GF(2)[x] (multiplication, squaring, GCD) and searching
|
|
for irreducible/primitive trinomials.
|
|
|
|
gf2x requires a CPU with SSE2 support. All x86_64 CPUs are OK, and
|
|
most 32-bit x86 CPUs still in use in 2022 are OK. If in doubt, run
|
|
e.g. "grep sse2 /proc/cpuinfo" to find out.
|