Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Legrandin committed Jun 24, 2024
1 parent 70a6d9d commit 8dcbf9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ def have_aes_ni(self):
ed448_free_context = lambda *x: 0
ed448_new_point = lambda *x: 0
ed448_free_point = lambda *x: 0
curve25519_new_point = lambda *x: 0
curve25519_free_point = lambda *x: 0

_raw_api.load_pycryptodome_raw_lib = lambda name, cdec: MockLib()

Expand Down
1 change: 0 additions & 1 deletion Doc/src/public_key/ecc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ or :mod:`Crypto.Signature.eddsa` (EdDSA; Ed25519 and Ed448 curve only).
.. _ECC: http://andrea.corbellini.name/2015/05/17/elliptic-curve-cryptography-a-gentle-introduction/
.. _`FIPS 186-4`: http://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.186-4.pdf
.. _RFC8032: https://datatracker.ietf.org/doc/html/rfc8032
.. _RFC7748: https://datatracker.ietf.org/doc/html/rfc7748

.. automodule:: Crypto.PublicKey.ECC
:members:

0 comments on commit 8dcbf9b

Please sign in to comment.