mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-27 16:28:53 +00:00
.. | ||
Cipher | ||
Hash | ||
PublicKey | ||
Util | ||
__init__.py | ||
_fastmath.c | ||
AES.c | ||
block_template.c | ||
hash_template.c | ||
README | ||
README.PyCrypto | ||
SHA256.c |
This directory contains pieces of the PyCrypto package. We've copied just the parts we need (AES with zooko's fast-CTR-mode patch, SHA256, Util.number, and eventually RSA) into the tahoe tree. PyCrypto is published with the following license: =================================================================== Distribute and use freely; there are no restrictions on further dissemination and usage except those imposed by the laws of your country of residence. This software is provided "as is" without warranty of fitness for use or suitability for any purpose, express or implied. Use at your own risk or not at all. =================================================================== Incorporating the code into commercial products is permitted; you do not have to make source available or contribute your changes back (though that would be nice). --amk (www.amk.ca)