Skip to content

Commit e3a6ffb

Browse files
committed
add glossary module
1 parent dc1e44f commit e3a6ffb

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-2
lines changed

docs/source/glossary.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
.. _glossary:
2+
3+
Glossary
4+
========
5+
6+
.. glossary::
7+
:sorted:
8+
9+
ECC
10+
Elliptic Curve Cryptography, a term for all the different ways of using
11+
elliptic curves in cryptography. Also combined term for :term:`ECDSA`,
12+
:term:`EdDSA`, :term:`ECDH`.
13+
14+
ECDSA
15+
Elliptic Curve Digital Signature Algorithm
16+
17+
EdDSA
18+
Edward curve based Digital Signature Algorithm, the alternative
19+
digitial signature algorithm that's used for Curve25519 or Curve448
20+
21+
ECDH
22+
Elliptic Curve Diffie-Hellman
23+

docs/source/index.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ or
2323
.. toctree::
2424
:maxdepth: 2
2525
:caption: Contents:
26+
:hidden:
27+
28+
glossary
29+
modules
2630

2731

2832

@@ -31,4 +35,5 @@ Indices and tables
3135

3236
* :ref:`genindex`
3337
* :ref:`modindex`
38+
* :ref:`glossary`
3439
* :ref:`search`

docs/source/modules.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
src
2-
===
1+
python-ecdsa API
2+
================
33

44
.. toctree::
55
:maxdepth: 4

0 commit comments

Comments
 (0)