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
+ 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
+
Original file line number Diff line number Diff line change 23
23
.. toctree ::
24
24
:maxdepth: 2
25
25
:caption: Contents:
26
+ :hidden:
27
+
28
+ glossary
29
+ modules
26
30
27
31
28
32
@@ -31,4 +35,5 @@ Indices and tables
31
35
32
36
* :ref: `genindex `
33
37
* :ref: `modindex `
38
+ * :ref: `glossary `
34
39
* :ref: `search `
Original file line number Diff line number Diff line change 1
- src
2
- ===
1
+ python-ecdsa API
2
+ ================
3
3
4
4
.. toctree ::
5
5
:maxdepth: 4
You can’t perform that action at this time.
0 commit comments