Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/pskc/mac.py
Commit message (Expand)AuthorAgeFilesLines
* Provide a get_hmac() functionArthur de Jong2014-06-151-11/+16
* Raise exception when MAC validation failsArthur de Jong2014-06-141-5/+9
* Automatically support all MACs in hashlibArthur de Jong2014-06-141-5/+15
* Have parse module provide find() functionsArthur de Jong2014-06-141-9/+5
* Use get() instead of attrib.get() (shorter)Arthur de Jong2014-06-141-1/+1
* Be more lenient in accepting algorithmsArthur de Jong2014-05-251-4/+1
* Provide pskc.mac docstringsArthur de Jong2014-04-191-8/+34
* Move Key class to separate moduleArthur de Jong2014-04-191-1/+2
* Implement MAC checkingArthur de Jong2014-04-121-0/+74