~dkuhlman/python-training-materials/Materials

« back to all changes in this revision

Viewing changes to python-3.5.1-docs-html/_sources/library/crypto.txt

  • Committer: Dave Kuhlman
  • Date: 2017-04-15 16:24:56 UTC
  • Revision ID: dkuhlman@davekuhlman.org-20170415162456-iav9vozzg4iwqwv3
Updated docs

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.. _crypto:
2
 
 
3
 
**********************
4
 
Cryptographic Services
5
 
**********************
6
 
 
7
 
.. index:: single: cryptography
8
 
 
9
 
The modules described in this chapter implement various algorithms of a
10
 
cryptographic nature.  They are available at the discretion of the installation.
11
 
On Unix systems, the :mod:`crypt` module may also be available.
12
 
Here's an overview:
13
 
 
14
 
 
15
 
.. toctree::
16
 
 
17
 
   hashlib.rst
18
 
   hmac.rst