File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 66 Welcome to python-ecdsa's documentation!
77========================================
88
9+ ``ecdsa `` implements
10+ `elliptic-curve cryptography (ECC) <https://en.wikipedia.org/wiki/Elliptic-curve_cryptography >`_,
11+ more specifically the
12+ `Elliptic Curve Digital Signature Algorithm (ECDSA) <https://en.wikipedia.org/wiki/Elliptic_Curve_Digital_Signature_Algorithm >`_
13+ and the
14+ `Elliptic Curve Diffie-Hellman (ECDH) <https://en.wikipedia.org/wiki/Elliptic-curve_Diffie%E2%80%93Hellman >`_
15+ algorithms.
16+ Both of those algorithms are used in many protocols in practice, like
17+ in
18+ `TLS <https://en.wikipedia.org/wiki/Transport_Layer_Security >`_
19+ or
20+ `SSH <https://en.wikipedia.org/wiki/Secure_Shell_Protocol >`_.
21+
22+
923.. toctree ::
1024 :maxdepth: 2
1125 :caption: Contents:
You can’t perform that action at this time.
0 commit comments