aboutsummaryrefslogtreecommitdiff
path: root/modules/sasl/scram.py
Commit message (Collapse)AuthorAgeFilesLines
* Type annotate scram.py and don't pass base64 data to scram.py functionsGravatar jesopo2019-02-061-11/+10
|
* Split hash and hmac logic out to their own functions (sasl.scram)Gravatar jesopo2019-02-051-7/+10
|
* Move sasl.py to a directory module and move SCRAM logic to a different file,Gravatar jesopo2019-02-051-0/+87
move `github/module.py` to `github/__init__.py`