Skip to content

Commit

Permalink
Fixed typo in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kingofpayne authored and Legrandin committed Sep 29, 2024
1 parent d470020 commit 2ddda6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Crypto/PublicKey/ECC.py
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ def export_key(self, **kwargs):
present,
For all possible protection schemes,
refer to :ref:`the encryption parameters of PKCS#8<enc_params>`.
It is recommended to use ``'PBKDF2WithHMAC-SHA5126AndAES128-CBC'``.
It is recommended to use ``'PBKDF2WithHMAC-SHA512AndAES128-CBC'``.
compress (boolean):
If ``True``, the method returns a more compact representation
Expand Down

0 comments on commit 2ddda6a

Please sign in to comment.