summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHubert Kario <hubert@kario.pl>2022-07-09 14:49:03 +0200
committerHubert Kario <hubert@kario.pl>2022-07-09 14:49:03 +0200
commitada68f88154e736bccdc13abab1fc7f3c935c93d (patch)
treee3b905e37a916e8007af228151e9f79ba74ee79a
parentaf3d97c8831c3a3f7c3388872da4bcf699f146aa (diff)
downloadecdsa-ada68f88154e736bccdc13abab1fc7f3c935c93d.tar.gz
fix typo in source index
-rw-r--r--docs/source/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/index.rst b/docs/source/index.rst
index 915071a..112d5f9 100644
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -35,7 +35,7 @@ regular (non-twisted) variants of Brainpool curves from 160 to 512 bits. The
``brainpoolP512r1``. Few of the small curves from SEC standard are also
included (mainly to speed-up testing of the library), those are:
``secp112r1``, ``secp112r2``, ``secp128r1``, and ``secp160r1``.
-Key generation, siging and verifying is also supported for Ed25519 and Ed448
+Key generation, signing and verifying is also supported for Ed25519 and Ed448
curves.
No other curves are included, but it is not too hard to add support for more
curves over prime fields.