mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-28 07:04:17 +00:00
9 lines
316 B
Python
9 lines
316 B
Python
"""
|
|
Helper functions for cryptography-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.
|
|
"""
|