A blockchain network relies on asymmetric cryptography for securing transactions. Which of the following accurately describes the process of creating a valid digital signature for a new transaction?
-
A
The transaction data is encrypted using the sender's public key, and the resulting ciphertext is the digital signature.
-
B
A hash of the transaction data is generated, and this hash is then encrypted with the sender's private key.
-
C
The entire block's data, including the transaction, is hashed, and the hash is encrypted with the network's master private key.
-
D
The sender's public key is hashed and then encrypted using a symmetric key shared with the recipient.