Skip to content

Commit af73018

Browse files
committed
docs: general project description
1 parent 29a3cd0 commit af73018

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/source/index.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@
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:

0 commit comments

Comments
 (0)