aboutsummaryrefslogtreecommitdiffstats
path: root/security/py-pysha3
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.3sbz2012-11-062-3/+3
| | | | | | PR: ports/172850 Submitted by: Kubilay Kocak <koobs.freebsd at gmail.com> (maintainer) Feature safe: yes
* sha3 wrapper (keccak) for Python. The package is a wrapper around therm2012-10-174-0/+56
optimized reference implementation from http://keccak.noekeon.org/ . Only the optimizations for 32 and 64bit platforms are used. The optimized SSE and ARM assembly variants are ignored for now. The module is a standalone version of the SHA-3 implemention of Python 3.4 (currently under development). WWW: http://bitbucket.org/tiran/pykeccak PR: 172606 Submitted by: Kubilay Kocak <koobs.freebsd at gmail dot com> Feature safe: yes