aboutsummaryrefslogtreecommitdiff
path: root/security/py-pysha3
Commit message (Collapse)AuthorAgeFilesLines
* Update MAINTAINER address for all my ports. While I'm here,Kubilay Kocak2013-02-091-2/+2
| | | | | | | | | standardise and canonicalise Makefile header format and contents. Approved by: eadler (mentor) Notes: svn path=/head/; revision=311983
* - Update to 0.3Sofian Brabez2012-11-052-3/+3
| | | | | | | | | PR: ports/172850 Submitted by: Kubilay Kocak <koobs.freebsd at gmail.com> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=307039
* sha3 wrapper (keccak) for Python. The package is a wrapper around theRuslan Makhmatkhanov2012-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 Notes: svn path=/head/; revision=306002