discrete-logarithms
There are 8 repositories under discrete-logarithms topic.
57fe/Pollard-Rho-Kangaroo
Pollard Rho Kangaroo Elliptic Curve Discrete Logarithm Problem (ECDLP).
sjnam/ecc
Elliptic Curve Cryptography
AhmedAbdelaal2001/Pohlig-Hellman-Algorithm
An implementation of the Pohlig-Hellman Algorithm, and using it in solving the Discrete Logarithm Problem in the group of units modulo a prime, with large values.
ekera/quaspy
The Quaspy library for Python for simulating and post-processing various quantum algorithms, including Shor's algorithms and Ekerå–Håstad's variations of Shor's algorithms.
ksprski/practice2023
Endomorphisms of Elliptic Curves and the Discrete Logarithm Problem
P3N9U1N/discrete-logarithm
An algorithm for solving the discrete logarithm
UofSC-Fall-2022-Math-587-001/homework11
Basics on elliptic curves and their discrete log problem
ericyoc/crypto_and_security_principles_poc
Demonstrates key concepts in cryptography and security principles.