aboutsummaryrefslogtreecommitdiffstats
path: root/python3/sha3.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mMattias Andrée2013-08-101-0/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* improve python3 version speed by never using static methodsMattias Andrée2013-08-101-139/+134
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add support for concurrent threads in python3 versionMattias Andrée2013-08-101-342/+337
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* split python3 version into two filesMattias Andrée2013-08-101-0/+630
Signed-off-by: Mattias Andrée <maandree@operamail.com>