privkey hunt for crypto currencies that use secp256k1 elliptic curve
-
Updated
Aug 18, 2024 - C++
privkey hunt for crypto currencies that use secp256k1 elliptic curve
Python3 implementation of Cryptographic attacks. Applcations examples introduced on my blog.
Ahtapot BSGS, Kurulum ve konfigurasyon dökümanları
Script for the use of lightweight databases focused on public keys and BSGS, to reduce the use of disk and ram space.
A CUDA based sieve for numbers of the form k*b^n-1. This project is heavily based on SR2Sieve.
Baby Step Giant Step algorithm implemented in python3. With complexity nlog(n)
Private_key_search is using BSGs algorithm to discover the private key
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.
An implementation of Shank's (BSGS) algorithm on a toy elliptic curve
Add a description, image, and links to the bsgs topic page so that developers can more easily learn about it.
To associate your repository with the bsgs topic, visit your repo's landing page and select "manage topics."