gmplib
There are 33 repositories under gmplib topic.
evdenis/mini-gmp
Port of mini-gmp library to kernel. minigmp.ko linux kernel module.
curiecrypt/ecdlp-pollardrho-gmp
Pollard Rho attack on ECDLP with GMP
deevashwer/Fully-Homomorphic-DGHV-and-Variants
Fully Homomorphic C++ implementation of DGHV scheme using GNU MP library and Pari C library. The repository has implementations of improvements proposed by J.S. Coron as well.
euugenechou/BigInt
A C++ wrapper for the GMP library.
rustymagnet3000/poor_man_rsa_secret_stealer
Find a ( short ) RSA Private Key. Objective-C.
StackeredSAS/Pollard_Rho
A GMP implementation of the parallelized Pollard's Rho algorithm.
TheRealGlumfish/libreusedc
A personal collection of commonly used functions and snippets in C
adriansuter/PMSoS
A program written in C to search for Magic Square of Squares.
jmgc/SwiftMP
Swift wrapper for the GMP library.
kaan-celik/RSA
Implementation of 1024 Bit RSA Algorithm
SandraHicks/gmp-caching
This library enables caching of data and operations on data of gnu gmp.
tanishqg5325/Mixed-Encryption
Mixed Encryption Scheme for Message Transmissions
ytskuh/gmpbench-win
gmpbench ported to windows - a single threaded integer performance CPU benchmark
AmanTiwari1503/RSA_Encryption
Implementation of RSA public key cryptosystem using GNU MP library along with Vigenere symmetric key cryptosystem
ISecOkayamaUniv/elips_bn_bls12
A cryptographic library that is designed to support bilinear pairing using BN and BLS-12 curve at 128-bit Security Level. It is an ongoing project. Codes are subject to frequent change. An inital documentation can be access from https://isecokayamauniv.github.io/elips_bn_bls12/
maliasadi/BPAS-docker
Dockerfile: BPAS, GMP, NTL, FLINT, and MPSolve libraries from GCC
mrsarm/gmp_test
C-project for test GMP library and CMake build system
ritu-thombre99/Multi-writer-multi-reader-boolean-keyword-searchable-encryption
Implementation of multi-writer-multi-reader-boolean-keyword-search-encryption using pbc and gmp library
abroshan39/big-number-calculator-gmp-mpfr
Big Number Calculator
dansimon93/multi-precision
Wrapper for GNU MP library (https://gmplib.org/).
eNipu/candar_glv
GLV Decomposition to improve G2 scalar multiplication for KSS-16 curve for optimal-ate pairing
EwoPhoby/Prime
Implémentation en C du test de Fermat et du test de Miller-Rabin en utilisant la librairie GMP
geomorphysics/GMPLib
Geomorphysics Python library
longfish-sama/rsa-demo
a demo application of RSA Algorithm RSA公钥密码算法的演示程序
mohamedlehmachi/gcd-two-polynomes
give the greatest common divisor of two polynomials in python using the library gmp
SnakeJuice/GMP-Operations
Operaciones con Números Grandes Utilizando GMP
an31146/gmp_pi
Calculate pi to arbitrary precision with GMP library, various formulas
gdsotirov/gmp.SlackBuild
Slackware build script for GNU's MP Bignum library
Heisenberk/solovay-primality
Implementation of Solovay-Strassen Test Primality with GMP
jflopezfernandez/OptimumPrime
Prime number utility program using the GNU GMP library
NotCampeur/computor_v1
A software to find 2nd degree equations' sollutions
TrimA74/INFO910-TP-RSA
Implementation of a simplified RSA cryptosystem using GMP library