./devel/p5-Data-Entropy, Perl module to manage entropy sources

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.007, Package name: p5-Data-Entropy-0.007, Maintainer: pkgsrc-users

Perl module to manage entropy sources.

This distribution includes modules relating to sources and use of entropy.
They all interoperate, but can also be used independently.

The Data::Entropy module maintains a concept of a current selection
of entropy source. Algorithms that require entropy, such as those in
Data::Entropy::Algorithms, can use the source nominated by this module,
avoiding the need for entropy source objects to be explicitly passed
around. This is convenient because usually one entropy source will
be used for an entire program run and so an explicit entropy source
parameter would rarely vary. There is also a default entropy source,
avoiding the need to explicitly configure a source at all.


Master sites: (Expand)

Filesize: 42.644 KB

Version history: (Expand)


CVS history: (Expand)


   2024-01-15 19:03:04 by Thomas Klausner | Files touched by this commit (1)
Log message:
p5-Data-Entropy: fix DEPENDS to more closely match requirements

Passes 'make test' now.
   2024-01-15 18:46:51 by Greg Troxel | Files touched by this commit (1)
Log message:
devel/p5-Data-Entropy: Drop explicit dependency on Module-Build

PERL5_MODULE_TYPE does that implicitly.
   2024-01-15 18:44:14 by Greg Troxel | Files touched by this commit (1)
Log message:
devel/p5-Data-Entropy: Fix BUILD_DEPENDS to TOOL_DEPENDS
   2024-01-15 17:33:23 by Greg Troxel | Files touched by this commit (3)
Log message:
devel/p5-Data-Entropy: Add version 0.007

Perl module to manage entropy sources.

This distribution includes modules relating to sources and use of entropy.
They all interoperate, but can also be used independently.

The Data::Entropy module maintains a concept of a current selection
of entropy source.  Algorithms that require entropy, such as those in
Data::Entropy::Algorithms, can use the source nominated by this module,
avoiding the need for entropy source objects to be explicitly passed
around.  This is convenient because usually one entropy source will
be used for an entire program run and so an explicit entropy source
parameter would rarely vary.  There is also a default entropy source,
avoiding the need to explicitly configure a source at all.