galois-field
There are 53 repositories under galois-field topic.
veeresht/CommPy
Digital Communication with Python
Bulat-Ziganshin/FastECC
Reed-Solomon coder computing one million parity blocks at 1 GB/s. O(N*log(N)) algo employing FFT.
mratsim/constantine
Constantine: modular, high-performance, zero-dependency cryptography stack for verifiable computation, proof systems and blockchain protocols.
sdiehl/galois-field
Finite field and algebraic extension field arithmetic
tkluck/GaloisFields.jl
Finite fields for Julia
aicodix/code
Reusable C++ coding-related code library
sdiehl/galois-fft
Finite field polynomial arithmetic based on fast Fourier transforms
raeudigerRaeffi/generalizedReedSolomon
Python Implementation of A Class of Generalized RS-Codes with Faster Encoding and Decoding Algorithms
popcornell/pyGF2
Polynomial arithmetic over GF2
KlausC/CommutativeRings.jl
CAS, Commutative Rings, Fraction Fields, Quotient Rings, Polynomial Rings, Galois Fields
syakoo/galois-field
Galois Field GF(p^n) for Python🐍
AndrewIjano/galois-field-calculator
Implements a simple Galois Field calculator
ericlagergren/polyval
POLYVAL per RFC 8452
BernhardZat/pure-lua-5.1-crypto
Crypto library written in pure Lua 5.1 which includes X25519, ChaCha20, Shamir's Secret Sharing and more.
zambonin/alice-and-bob
Public-key cryptography, PRNGs, hashes and number theory.
sfp932705/ecc
Error correction codes in python.
GonzaloHirsch/crypto-steganography
This repository contains an implementation of a steganography algorithm created as a project for the Criptografía y Seguridad course at ITBA. The algorithm can embed secret information within digital media, allowing for covert communication.
merteroglu/Sbox-DDT-LAT
Create or write S-box and calculate lat and ddt
surajchoubey/SSS_plus_GF256
Shamir Secret Algorithm coupled with GF256 CLI application
bakeunbin/inverse_mix_column_precalculated
Finds an inverse mix column of data using pre-calculated Galois finite field.
HarryR/doublevision
Analyse statistical properties of ciphers and hash functions operating over prime fields
haverzard/GaloisField
Galois Finite Field Implementation in Python 3
MarioAuditore/gel_code_cryptosystem
Проект по созданию криптосистемы Мак-Элиса
alexeyneu/secp256k1-f
main stuff of C lib ported to cpp and tool to recover blurred characters of private key. msvc 2005+ supported
ddovgal/reachSolomon
Reed Solomon coder\encoder. Computer peripheral, labwork №2.
euugenechou/gfsecretsharer
Shamir's Secret Sharing in C using GF(256).
EwanGilligan/GF2Matrix
Cython implementation of a matrix with entries from GF(2).
FOODzee/galois-expression-calculator
A scala library for parsing mathemitical expressions and computing them in GF(2^m)
JakeYallop/Quarer
A fast and simple QR code encoding library, employing vectorization. See the benchmarks!
jracevedob/composite_finite_fields
In this directoy, you will find a composite finite field calculator for different matrix sizes. The default matrix size will deal with Galois fields GF(2), but the calculation will scale up to infinite power two GF.
NitishGadangi/shamir-secret-sharing-POC
Basic implementation for POC on Shamir Secret Sharing Algorithm
shellyln/red-agate-math
[Repositories are unified to https://github.com/shellyln/red-agate] RedAgate's math (Finite field, Error correction (RS,BCH,CRC)) shared library
shreeviknesh/MIE
An image encryption algorithm that makes use of GF(2^8) modular arithmetic.
lunbun/lagrange_polynomial_solver
Efficient Lagrange interpolator, capable of handling hundreds of thousands of points. Supports Galois fields.
Lina674/Finite-Field-Arithmetic-Galois-Vandermonde
Python classes which allow for finite field arithmetic as well as matrix manipulation within this system.