Digital Signature and private/public key

1

I am new to Bitcoin and Blockchain and I am writing a thesis for my university about this topic.

I have a general question about digital signatures, which are needed to verify a transaction.

As far as I understood, for having a digital signature, one need to have a public verification key and a secret key.

Is the secret key equal to the private key which is needed to spend transactions.

Analog: Is the public verification key the same as the public key whose hash is the bitcoin adress ?

Thank you in advance.

Blnpwr

Posted 2018-06-13T15:27:48.507

Reputation: 139

Answers

2

Is the secret key equal to the private key which is needed to spend transactions.

Yes

Analog: Is the public verification key the same as the public key whose hash is the bitcoin adress ?

Yes, also correct. You’re on the right track :)

chytrik

Posted 2018-06-13T15:27:48.507

Reputation: 10 276