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)
6 lines
408 B
Text
6 lines
408 B
Text
Crypt::Random::Seed is a simple mechanism to get strong randomness. The main
|
|
purpose of this module is to provide a simple way to generate a seed for a PRNG
|
|
such as Math::Random::ISAAC, for use in cryptographic key generation, or as the
|
|
seed for an upstream module such as Bytes::Random::Secure. Flags for requiring
|
|
non-blocking sources are allowed, as well as a very simple method for plugging
|
|
in a source.
|