Add docstring to crypt module

This commit is contained in:
Thomas S Hatch 2011-02-20 16:04:05 -07:00
parent e7eb8c5dba
commit 0673733d6c

View file

@ -0,0 +1,5 @@
'''
The crypt module manages all of the cyptogophy functions for minions and
masters, encrypting and decrypting payloads, preparing messages, and
authenticating peers
'''