summaryrefslogtreecommitdiff
path: root/jwt/utils.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix python3 and pep8 issuesesneider2015-05-131-2/+2
|
* Fix the ECDSA signature serialization format when using cryptographyesneider2015-05-131-0/+40
|
* Created merge_dict utility functionMark Adams2015-04-121-0/+13
|
* Fixed a couple of anomalies after the last rebase.Mark Adams2015-01-181-27/+0
|
* Fixed some style issues (reordered imports, removed unused imports, PEP8, etc.)Mark Adams2015-01-181-0/+2
|
* Created utils.py to hold functions like constant_time_compare and ↵Mark Adams2015-01-181-0/+39
base64-encoding