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