Skip to content

Commit

Permalink
FIX: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
reneme committed Jun 13, 2024
1 parent f86c635 commit a924b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cryptodoc/src/05_03_ecc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ The signature generation algorithm works as follows:

- ``m``: raw bytes to sign (the hash-code ``H`` in [ISO-14888-3]_,
which is the truncated hash from the public key and message)
- EC_Privatekey with invers: ``d``, ``Q``, domain (curve parameters (first coefficient
- EC_Privatekey with inverse: ``d``, ``Q``, domain (curve parameters (first coefficient
``a``, second coefficient ``b``, prime ``p``), base point ``G``, ``ord(G) n``,
cofactor of the curve ``h``)
- ``rng``: random number generator
Expand Down

0 comments on commit a924b46

Please sign in to comment.