add a docstring for allmydata.crypto.

This commit is contained in:
meejah 2019-06-24 11:29:34 -06:00
parent a88b53825c
commit d2ad803b5d

View File

@ -0,0 +1,8 @@
"""
Helper functions for cryptograhpy-related operations inside Tahoe
For the most part, these functions use and return objects that are
documented in the `cryptography` library -- however, code inside Tahoe
should only use these functions and not rely on features of any
objects that `cryptography` documents.
"""