| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Cleanup __init__ module | José Padilla | 2015-01-18 | 1 | -2/+2 |
| * | Tweak comment blocks | José Padilla | 2015-01-18 | 1 | -14/+19 |
| * | Accidentally replaced a reference to bytes with text_type inadvertantly. Reve... | Mark Adams | 2015-01-18 | 1 | -1/+1 |
| * | Replaced reference to basestring with string_types that I missed when rebasin... | Mark Adams | 2015-01-18 | 1 | -1/+1 |
| * | Added comments for algorithms module and register_algorithm. | Mark Adams | 2015-01-18 | 1 | -0/+30 |
| * | Fixed a couple of anomalies after the last rebase. | Mark Adams | 2015-01-18 | 1 | -11/+6 |
| * | Algorithm base class methods now raise NotImplementedError | Mark Adams | 2015-01-18 | 1 | -3/+3 |
| * | Fixed some style issues (reordered imports, removed unused imports, PEP8, etc.) | Mark Adams | 2015-01-18 | 1 | -1/+1 |
| * | Created utils.py to hold functions like constant_time_compare and base64-enco... | Mark Adams | 2015-01-18 | 1 | -27/+2 |
| * | Fixes #70. Refactored all HMAC, RSA, and EC code into seperate classes in the... | Mark Adams | 2015-01-18 | 1 | -0/+200 |
