#区块链#privkey hunt for crypto currencies that use secp256k1 elliptic curve
Python3 implementation of Cryptographic attacks. Applcations examples introduced on my blog.
#算法刷题#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....