There are 0 repository under discrete-logarithm topic.
ROCA: Infineon RSA key vulnerability
Baby Step Giant Step for SECPK1
elliptic curve cryptography with GPU acceleration
Practical Implementation of the Maurer Reduction
Pollard Rho attack on ECDLP with GMP
Elliptic curve tools, ECDSA, and ECDSA attacks.
Attacks on the Diffie Hellman Key Exchange
A collection of notes on mathematical Cryptography, ranging from classical methods through contemporary.
A CUDA based sieve for numbers of the form k*b^n-1. This project is heavily based on SR2Sieve.
Discrete logarithms in the ring of integers modulo n
Different Flavors of the Schnorr signature.
Julia package for descent elimination algorithms
Mathematical cryptography (custom implementations).
python program that implements divide and conquer approach, or Pohlig-Hellman approach, to solving discrete log problems
small module including an Index_Calclus algorithm for disc. log. calculations
Repo contains code samples for practical learning of cryptography.
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.
Fast discrete logarithm solver in Rust
Hyper-Complex large numbers.
My implementations of the solutions of Cryptopals problems from the hardest set i.e. set 8
An algorithm for solving the discrete logarithm
Challenge by the Ingonyama-ZK team
Implementation of the baby-step, giant-step algorithm for finding discrete logarithms
Zero_Knowledge-proof demonstration using discrete log. Demonstration of 1-2 oblivious transfer protocol.
Library containing all the functions useful for modular arithmetic.
Solving a two variable modulo function using the algorithm for discrete lograithm
Implementation of Elliptic Curve / Finite Body in Rust
An implementation of Shank's (BSGS) algorithm on a toy elliptic curve
Classical Cryptosystems, Grain Cipher, RSA and it's attacks, RC4, Toy Cipher(based on SPN) Hash Function and their cryptoanalysis
Diffie-Hellman key exchange and ElGamal cryptosystem. Plus Shanks' algorithm for solving the discrete logarithm problem.
The Chinese remainder theorem and its application in the Pohlig-Hellman algorithm for solving the discrete logarithm problem.