Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/pskc/crypto
Commit message (Collapse)AuthorAgeFilesLines
* Add sanity checks to unpaddingArthur de Jong2016-12-201-2/+8
|
* Move padding functions to crypto packageArthur de Jong2016-04-051-0/+32
|
* Support Python 3Arthur de Jong2015-10-062-14/+18
| | | | | | | | This enables support for Python 3 together with Python 2 support with a single codebase. On Python 3 key data is passed around as bytestrings which makes the doctests a little harder to maintain across Python versions.
* Move encryption functions in pskc.crypto packageArthur de Jong2014-10-093-0/+190
This moves the encryption functions under the pskc.crypto package to more clearly separate it from the other code. Ideally this should be replaced by third-party library code.