Chapter 12 - Digital Signature

preview_player
Показать описание
This video explains Digital Signature creation and how it is used for verification. It covers following topics.
Digital Signature
bitcoin digital signature
private key to digital signature
bitcoin private key to digital signature
digital signature algorithm
Elliptic curve digital signature algorithm
ECDSA
how digital signature works
how digital signature is created
what is digital signature
digital signature vs wet signature
digital signature vs physical signature

Credits:
Images:
Photo by Bermix Studio on Unsplash

Рекомендации по теме
Комментарии
Автор

I really needed Hankerson_2004 Guide to ECC to sort this out. Need to keep straight what symbols are numbers and what symbols are EC points (Hankerson uses lower case / upper case ). Also need to keep straight the two different prime moduli for calculations; one is modulus for coord values, and other modulus is the cyclic group order of the generator point. Very confusing!

walts
Автор

P=1/S * hash (m) * G + 1/S * R * Qa confusing to me. I infer that the "*" after "1/S" is a scalar multiplication of simple numbers while the other "*" are EC point multiplication operations. Do I have that right?

walts