📝 Question
#2591
What is the advantage of digital signing a hash instead of signing the entire data in RSA?
✓
Correct Answer
A. Time saving
💡
Explanation
RSA uses expressions with exponential, that is modular exponentiation. So, it is difficult to let the large data be signed using modular exponentiation. Hash value of the message is small compared to the whole message. So, it saves time and computation power to use hash to be signed.
⌨️ Press
A
B
C
D
to select