File tree Expand file tree Collapse file tree 3 files changed +30
-2
lines changed Expand file tree Collapse file tree 3 files changed +30
-2
lines changed Original file line number Diff line number Diff line change 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+ Edwards curve based Digital Signature Algorithm, the alternative
19+ digital signature algorithm that's used for Curve25519 or Curve448
20+
21+ ECDH
22+ Elliptic Curve Diffie-Hellman
23+
Original file line number Diff line number Diff line change 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 `
Original file line number Diff line number Diff line change 1- src
2- ===
1+ python-ecdsa API
2+ ================
33
44.. toctree ::
55 :maxdepth: 4
You can’t perform that action at this time.
0 commit comments