File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,12 @@ Welcome to python-ecdsa's documentation!
9
9
``ecdsa `` implements
10
10
`elliptic-curve cryptography (ECC) <https://en.wikipedia.org/wiki/Elliptic-curve_cryptography >`_,
11
11
more specifically the
12
- `Elliptic Curve Digital Signature Algorithm (ECDSA) <https://en.wikipedia.org/wiki/Elliptic_Curve_Digital_Signature_Algorithm >`_
12
+ `Elliptic Curve Digital Signature Algorithm (ECDSA) <https://en.wikipedia.org/wiki/Elliptic_Curve_Digital_Signature_Algorithm >`_,
13
+ `Edwards-curve Digital Signature Algorithm (EdDSA) <https://en.wikipedia.org/wiki/EdDSA >`_
13
14
and the
14
15
`Elliptic Curve Diffie-Hellman (ECDH) <https://en.wikipedia.org/wiki/Elliptic-curve_Diffie%E2%80%93Hellman >`_
15
16
algorithms.
16
- Both of those algorithms are used in many protocols in practice, like
17
+ All of those algorithms are used in many protocols in practice, like
17
18
in
18
19
`TLS <https://en.wikipedia.org/wiki/Transport_Layer_Security >`_
19
20
or
@@ -34,6 +35,8 @@ regular (non-twisted) variants of Brainpool curves from 160 to 512 bits. The
34
35
``brainpoolP512r1 ``. Few of the small curves from SEC standard are also
35
36
included (mainly to speed-up testing of the library), those are:
36
37
``secp112r1 ``, ``secp112r2 ``, ``secp128r1 ``, and ``secp160r1 ``.
38
+ Key generation, siging and verifying is also supported for Ed25519 and Ed448
39
+ curves.
37
40
No other curves are included, but it is not too hard to add support for more
38
41
curves over prime fields.
39
42
You can’t perform that action at this time.
0 commit comments