mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add docstring to crypt module
This commit is contained in:
parent
e7eb8c5dba
commit
0673733d6c
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
'''
|
Loading…
Add table
Reference in a new issue