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

more python2 removal

  • Property mode set to 100644
File size: 338 bytes
Line 
1"""
2Helper functions for cryptography-related operations inside Tahoe
3
4For the most part, these functions use and return objects that are
5documented in the `cryptography` library -- however, code inside Tahoe
6should only use these functions and not rely on features of any
7objects that `cryptography` documents.
8
9Ported to Python 3.
10"""
11
Note: See TracBrowser for help on using the repository browser.