finite-fields
There are 93 repositories under finite-fields topic.
arkworks-rs/algebra
Libraries for finite field, elliptic curve, and polynomial arithmetic
mratsim/constantine
Constantine: modular, high-performance, zero-dependency cryptography stack for verifiable computation, proof systems and blockchain protocols.
lschoe/mpyc
MPyC: Multiparty Computation in Python
andrewmilson/ministark
🏃♂️💨 GPU accelerated STARK prover built on @arkworks-rs
mhostetter/galois
A performant NumPy extension for Galois fields and their applications
rubycocos/blockchain
blockchain (crypto) tools, libraries & scripts in ruby
breandan/galoisenne
🕸️ Graphs, finite fields and discrete dynamical systems in Kotlin
niekbouman/ctbignum
Library for Multiprecision Compile-Time and Run-Time Arithmetic (including Modular Arithmetic)
Robert-Campbell-256/Number-Theory-Python
Python code to implement various number theory, elliptic curve and finite field computations.
jeremyong/gal
Geometric Algebra Library
linbox-team/linbox
LinBox - C++ library for exact, high-performance linear algebra
Consensys/goff
goff (go finite field) is a unix-like tool that generates fast field arithmetic in Go.
PoslavskySV/rings
Rings: efficient JVM library for polynomial rings
BohuTANG/crypto-in-action
algebra arithmetic, finite fields, elliptic curves, zero-knowledge
linbox-team/fflas-ffpack
FFLAS-FFPACK - Finite Field Linear Algebra Subroutines / Package
sdiehl/galois-field
Finite field and algebraic extension field arithmetic
j2kun/finite-fields
Python code and tests for the post 'Programming with Finite Fields'
tkluck/GaloisFields.jl
Finite fields for Julia
GuildOfWeavers/galois
Arithmetic and polynomial operations in finite fields.
warlock-labs/sylow
Aims to provide an audited, elegant, minimal implementation of BLS signing, key generation, resharing over the alt-bls128 curve
hyugit/EllipticCurve
An elliptic curve library written in Swift 4
sdiehl/galois-fft
Finite field polynomial arithmetic based on fast Fourier transforms
HareInWeed/gec
elliptic curve cryptography with GPU acceleration
IronCoreLabs/gridiron
Rust finite field library with fixed size multi-word values
defeo/ffisom
A research project on isomorphisms of finite fields
GDeLaurentis/pyadic
p-Adic numbers and finite fields in Python
aidevnn/FastGoat
What C# can do for studying Finite Groups, quotient groups, semi-direct products, homomorphisms, automorphisms group, characters table, minimalistic rings and fields manipulations, polynomials factoring, fields extensions and many more...
trident2710/Crypto
java library providing the implementation of ECDSA and useful algebraic structures such as finite fields
username1565/mini_ecdsa
Elliptic curve tools, ECDSA, and ECDSA attacks.
len/Arrows
A computer algebra system in Smalltalk
malisal/libfinite
Libfinite - a tiny bignum library for arithmetic over (parts of) Z/nZ.
NilFoundation/crypto3-algebra
=nil; Foundation's Algebraic Operations and Structures Module
anderspkd/secure-computation-library
Secure Computation Utilities
AndrewIjano/galois-field-calculator
Implements a simple Galois Field calculator
dannywillems/zkacademy
A place to learn ZK with Jupyter
darth-cy/ecc
Base-level implementation of elliptic curve cryptography, including field arithmetics.