/doc/lck.crypto.rst
https://github.com/ambv/kitpy · ReStructuredText · 24 lines · 18 code · 6 blank · 0 comment · 0 complexity · dd6d54aed3769fa41abe0c391b7dd0ca MD5 · raw file
- lck.crypto
- ==========
- .. automodule:: lck.crypto
- Factory functions
- -----------------
- These are convenience routines that create :class:`Cipher` instances with the
- correct algorithm implementation plugged in.
- .. autofunction:: aes
- .. autofunction:: blowfish
- .. autofunction:: cast
- .. autofunction:: des
- .. autofunction:: des3
- Classes
- -------
- .. autoclass:: lck.crypto.cipher.Cipher
- :members:
- :member-order: bysource
- :content: both