How Signature works under the hood to verify transaction with Public Key? #131
Unanswered
alymurtazamemon
asked this question in
Q&A
Replies: 2 comments
-
The signature is a unique hash derived from its constituent parts (Public Key and Private Key). My understanding is that the transactions verifies this unique hash with the submitted private key to authorize the wallet's transactions. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I think this video would be a bit helpful https://www.youtube.com/watch?v=f9eitAS1nsY You'd have to learn more about ECDSA to understand how exactly they work at a mathematical level. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I understood that giving data and using the private key the function generates a signature key, but how the signature works under the hood to verify the transaction with the Public Key?
Beta Was this translation helpful? Give feedback.
All reactions