mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56: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)
12 lines
446 B
Text
12 lines
446 B
Text
This is a rework of Crypt::RSA to remove Math::Pari and instead base all
|
|
operations on Math::BigInt.
|
|
|
|
This is intended to be a plug-in replacement for Crypt::RSA, with no
|
|
user-visible changes to existing features.
|
|
|
|
Math::Pari is completely removed. This includes the two modules:
|
|
- Crypt::Primes => Math::Prime::Util
|
|
- Crypt::Random => Math::Prime::Util
|
|
|
|
All operations are now performed using Math::BigInt, and prefer the GMP and Pari
|
|
backends.
|