discrete-logarithm
There are 41 repositories under discrete-logarithm topic.
crocs-muni/roca
ROCA: Infineon RSA key vulnerability
serengil/crypto
Elliptic Curve Cryptography and Common Public Key Cryptography Implementations
JeanLucPons/BSGS
Baby Step Giant Step for SECPK1
HareInWeed/gec
elliptic curve cryptography with GPU acceleration
CRTified/discrete-log
Practical Implementation of the Maurer Reduction
curiecrypt/ecdlp-pollardrho-gmp
Pollard Rho attack on ECDLP with GMP
username1565/mini_ecdsa
Elliptic curve tools, ECDSA, and ECDSA attacks.
vbsinha/Diffie-Hellman-Attacks
Attacks on the Diffie Hellman Key Exchange
1nfocalypse/CryptoWriteup
A collection of notes on mathematical Cryptography, ranging from classical methods through contemporary.
gilcu3/discretelog
Discrete logarithms in the ring of integers modulo n
maxymania/go-schnorr
Different Flavors of the Schnorr signature.
rob147147/CUDA-Riesel-Sieve
A CUDA based sieve for numbers of the form k*b^n-1. This project is heavily based on SR2Sieve.
aaryaahmed56/DiscreteLog.jl
Julia package for descent elimination algorithms
Gr1zz/dlog
Algorithms for discret logarithm problem
adrianperezkeilty/Mathematical-Cryptography
Mathematical cryptography (custom implementations).
gjbsaiia/discreteLogProblem
python program that implements divide and conquer approach, or Pohlig-Hellman approach, to solving discrete log problems
immoschuett/IndexCalculus
small module including an Index_Calclus algorithm for disc. log. calculations
SasanLabs/SasanCiphers
Repo contains code samples for practical learning of cryptography.
skyf0l/discrete-logarithm
Fast discrete logarithm solver in Rust
mad-day/hypercomplex
Hyper-Complex large numbers.
mayank0403/CryptoPals-Set-8-Solutions
My implementations of the solutions of Cryptopals problems from the hardest set i.e. set 8
saunack/Cryptography-using-ECC-and-RSA-over-polynomial-and-prime-fields
Used algorithms for prime generation/check (Fermat's test and Miler Rabin's test) to implement discrete logarithm (BSGS), and inverse and exponentiation (Extended Euclid's algorithm). Refer to readme.txt for more details.
shainer/baby-step
Implementation of the baby-step, giant-step algorithm for finding discrete logarithms
usrbom/network-security
Zero_Knowledge-proof demonstration using discrete log. Demonstration of 1-2 oblivious transfer protocol.
AlessandroConti11/Modular_Arithmetic_Library
Library containing all the functions useful for modular arithmetic.
DavidNadaly/Discrete-Logarithm
Solving a two variable modulo function using the algorithm for discrete lograithm
fjpacheco/elliptic-curve-cryptography
Implementation of Elliptic Curve / Finite Body in Rust
P3N9U1N/discrete-logarithm
An algorithm for solving the discrete logarithm
phanen/DLP_solver
An implementation of Shank's (BSGS) algorithm on a toy elliptic curve
SatyamRaj1/CryptoGraphy
Classical Cryptosystems, Grain Cipher, RSA and it's attacks, RC4, Toy Cipher(based on SPN) Hash Function and their cryptoanalysis
teschlg/kryptools
Implementation of some basic algorithms relevant for cryptography.
UofSC-Fall-2022-Math-587-001/homework4
Introduction to the discrete logarithm problem and a comparison of symmetric vs asymmetric ciphers
UofSC-Fall-2022-Math-587-001/homework5
Diffie-Hellman key exchange and ElGamal cryptosystem. Plus Shanks' algorithm for solving the discrete logarithm problem.
UofSC-Fall-2022-Math-587-001/homework6
The Chinese remainder theorem and its application in the Pohlig-Hellman algorithm for solving the discrete logarithm problem.