Elliptic Curve Cryptography: Key Exchange (ECDH), Digital Sig (ECDSA/EdDSA) and Encryption (ECIES)

Описание к видео Elliptic Curve Cryptography: Key Exchange (ECDH), Digital Sig (ECDSA/EdDSA) and Encryption (ECIES)

Elliptic Curve Cryptography (ECC) was co-invented by Neal Koblitz and Victor Miller and scaled our discrete log method (g^x) into a multiplicative space (x.G). So the DH (Diffie-Hellman) key exchange method became ECDH and DSA (Digital Signature Algorithm) become ECDSA, and with a tweak, we can also encrypt with ECIES.

Some links on background theory and practice are:

https://asecuritysite.com/ecc
https://asecuritysite.com/ecdsa
https://asecuritysite.com/eddsa
https://asecuritysite.com/ecies

Комментарии

Информация по комментариям в разработке