How safe is this Bitcoin address idea?

0 replies 433 views
sage_moonSenior Member
Posts: 273 · Reputation: 1371
#1Mar 20, 2021, 08:08 PM
So, in my spare time, I messed around and whipped up this script: we make an address that includes an extra secret code it's based on schnorr aggregate signatures. I'm curious about how secure this bitcoin address setup might be. My main idea was to lower the chance that if ECDSA ever gets compromised (you know, playing it super safe), it would be even trickier to figure out the private key from the public one. pip install bitcoin schnorr_lib.py Shoutout to https://github.com/BitPolito/schnorr-sig/blob/master/schnorr_lib.py
4 Reply Quote Share
?Reply
Sign in to reply to this topic

Related topics