Commit graph

6 commits

Author SHA1 Message Date
Legrandin
8675e6f03f Start licensing under BSD 2-Clause 2014-06-23 22:23:38 +02:00
Legrandin
ae3969e5fa Removed Crypto.Protocol.AllOrNothing and Chaffing modules 2014-06-22 12:35:41 +02:00
Legrandin
1b72320cfb Add support for Shamir's Secret Sharing Scheme.
This implementation is compatible with the popular ssss tool.
However, it is limited to shares that are 128 bit long only.
2014-05-03 15:11:06 +02:00
Legrandin
8a69efb465 Add new module Crypto.Protocol.KDF with two PKCS#5 key derivation algorithms. 2011-09-22 20:51:46 +02:00
Dwayne C. Litzenberger
494cad8bc9 Legal: Add PD dedication to __init__.py files and hash stubs
From what I can tell, the authors of these files are:

 - Andrew Kuchling (who has dedicated his contributions to the public domain);
   and/or
 - Dwayne Litzenberger (myself).
2009-03-01 10:23:08 -05:00
Dwayne C. Litzenberger
ff8a657a8d cleanup: Move modules to "lib/Crypto" subdirectory.
This will avoid the previous situation where scripts like the old "test.py"
get included accidentally in a release.  It also frees us to put additional
build scripts in the top-level directory of the source tree.
2009-02-28 13:14:53 -05:00
Renamed from Protocol/__init__.py (Browse further)