/doc/lck.crypto.rst

https://github.com/ambv/kitpy · ReStructuredText · 24 lines · 18 code · 6 blank · 0 comment · 0 complexity · dd6d54aed3769fa41abe0c391b7dd0ca MD5 · raw file

  1. lck.crypto
  2. ==========
  3. .. automodule:: lck.crypto
  4. Factory functions
  5. -----------------
  6. These are convenience routines that create :class:`Cipher` instances with the
  7. correct algorithm implementation plugged in.
  8. .. autofunction:: aes
  9. .. autofunction:: blowfish
  10. .. autofunction:: cast
  11. .. autofunction:: des
  12. .. autofunction:: des3
  13. Classes
  14. -------
  15. .. autoclass:: lck.crypto.cipher.Cipher
  16. :members:
  17. :member-order: bysource
  18. :content: both