galois-fields
There are 11 repositories under galois-fields topic.
mhostetter/galois
A performant NumPy extension for Galois fields and their applications
ilchen/cryptopals
Solutions to https://cryptopals.com problems
theogobinet/Katsumi
Cryptography project carried out at the UTT for the GS15 course in fall 2020 (A20).
afacane/Polynomial-and-Galois-Field-Library-PGFL
A C++ library for polynomial operations and Galois field calculations.
Silicon42/Tiny_ECC
Lightweight C implementations of short error correcting codes including Reed Solomon over GF(8) and GF(16)
asanchezyali/zmodn
The Zmodn package provides a class for representing integers modulo a given prime number. This class can be used to applications such as cryptography and computer algebra.
anthonyjsaab/Galois-Calculator
University group project done by Peter Farah and Anthony Saab(Me) for the EECE455 course at the American University of Beirut. (Fall 2021-2022)
artem-burashnikov/ff-libc
Part of the SPBU's programming course. C library that provides a set of operations for elements of Galois field.
coinstudent2048/non_prime_field
A stupid implementation of non-prime fields GF(p^n) with prime p and n>1
Lina674/Finite-Field-Arithmetic-Galois-Vandermonde
Python classes which allow for finite field arithmetic as well as matrix manipulation within this system.