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
Pollard's kangaroo for SECPK1
Baby Step Giant Step for SECPK1
Tool for solving misspelled or damaged Bitcoin Private Key in Wallet Import Format (WIF)
Pollard’s Kangaroo find solutions to the discrete logarithm secp256k1 PRIVATE KEY + NONCES in a known range
Pollard's kangaroo for SECPK1
Leonardo (ATMEGA32U4) - UNO (ATMEGA328P) Crypto Wallet
This example generates a random secret key and ordinal value, creates a Pedersen commitment using secp256k1, generates a Bulletproof using secp256k1_bulletproofs, encodes the data as a hex string, adds it as an output to a Bitcoin transaction, and broadcasts it to the network. Note that this is a simplified example and should not be used without ad
This example generates a random 32-byte secret key and a random 32-byte value, and then creates a Pedersen commitment to the value using the secp256k1 library. It then generates a Bulletproof for the commitment using the secp256k1_bulletproofs library, and verifies the proof using the same library.
prebuilt libraries for osx, windows, ios, and android - used by protoblock blockchain nodes with fantasybit token protocol
Add a description, image, and links to the secp256k1 topic page so that developers can more easily learn about it.
To associate your repository with the secp256k1 topic, visit your repo's landing page and select "manage topics."