mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-03-23 12:15:16 +00:00
module docstring
This commit is contained in:
parent
d2ad803b5d
commit
b7990264e8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user