Skip to content

Latest commit

 

History

History
17 lines (8 loc) · 316 Bytes

README.md

File metadata and controls

17 lines (8 loc) · 316 Bytes

SLN

SLN Algorithm for solving the Discrete Logarithm Problem in ECDSA SECP256k1 . . . This Algorithm were created after enhancing Montgomery ladder and Index Calculus Algorithm to solve for the private key.

Be sure to add your own public key XY before using.

pip install sympy , numpy , multiprocessing