source:
trunk/src/allmydata/crypto/__init__.py
Last change on this file was 1cfe843d, checked in by Alexandre Detiste <alexandre.detiste@…>, at 2024-02-22T23:40:25Z | |
---|---|
|
|
File size: 338 bytes |
Line | |
---|---|
1 | """ |
2 | Helper functions for cryptography-related operations inside Tahoe |
3 | |
4 | For the most part, these functions use and return objects that are |
5 | documented in the `cryptography` library -- however, code inside Tahoe |
6 | should only use these functions and not rely on features of any |
7 | objects that `cryptography` documents. |
8 | |
9 | Ported to Python 3. |
10 | """ |
11 |
Note: See TracBrowser
for help on using the repository browser.