
    EhT                         d Z g dZdZy)a6  Public-key encryption and signature algorithms.

Public-key encryption uses two different keys, one for encryption and
one for decryption.  The encryption key can be made public, and the
decryption key is kept private.  Many public-key algorithms can also
be used to sign messages, and some can *only* be used for signatures.

========================  =============================================
Module                    Description
========================  =============================================
Crypto.PublicKey.DSA      Digital Signature Algorithm (Signature only)
Crypto.PublicKey.ElGamal  (Signing and encryption)
Crypto.PublicKey.RSA      (Signing, encryption, and blinding)
========================  =============================================

:undocumented: _DSA, _RSA, _fastmath, _slowmath, pubkey
)RSADSAElGamalz$Id$N)__doc____all____revision__     Z/var/www/html/bid_assistant/venv/lib/python3.12/site-packages/Crypto/PublicKey/__init__.py<module>r      s   *$ $r	   