Hacker News new | ask | show | jobs
by atwood22 1433 days ago
How is the transaction signature verified without the public key? This link seems to indicate spender public keys are inside of the transaction: https://bitcoin.stackexchange.com/a/102667
1 comments

Ah, I had the details wrong. If there’s a signed transaction from a wallet, then you have the compressed public key and it’s not quantum safe.

But if the funds are sent to a new wallet address and there’s no transactions signed by that wallet yet, it can’t be forged without also reversing the hash that created the address.

Yes, it was a good idea to do that. I didn't realize that addresses were essentially a hash of the public key, but it makes sense.