mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 18:06:27 -04:00
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
7 lines
371 B
Text
7 lines
371 B
Text
sha3 wrapper (keccak) for Python. The package is a wrapper around the
|
|
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).
|