freebsd-ports/security/py-securesystemslib/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
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)
2022-09-07 23:58:51 +02:00

4 lines
281 B
Text

securesystemslib supports public-key and general-purpose cryptography, such
as ECDSA, Ed25519, RSA, SHA256, SHA512, etc. Most of the cryptographic
operations are performed by the cryptography and PyNaCl libraries, but
verification of Ed25519 signatures can be done in pure Python.