module docstring

This commit is contained in:
meejah 2019-06-24 11:41:26 -06:00
parent d2ad803b5d
commit b7990264e8

View File

@ -1,3 +1,13 @@
"""
Helper functions for cryptograhpy-related operations inside Tahoe
using AES
These functions use and return objects that are documented in the
`cryptography` library -- however, code inside Tahoe should only use
functions from allmydata.crypto.aes and not rely on features of any
objects that `cryptography` documents.
"""
import six
from cryptography.hazmat.backends import default_backend