pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/p5-BSD-arc4random
Module Name: pkgsrc
Committed By: bsiegert
Date: Sat Jun 2 14:29:42 UTC 2012
Added Files:
pkgsrc/security/p5-BSD-arc4random: DESCR Makefile distinfo
Log Message:
Import BSD::arc4random from wip. From DESCR:
This module provides a Perl API for the BSDs' arc4random(3) suite
of functions and adds a few high-level functions, such as the new
arc4random_uniform(3). The Perl functions are ithreads-safe (only
if threads::shared is required). Scalars can be tied to this pak-
kage, yielding uniformly distributed random numbers with an arbi-
trary upper bound on read access, contributing to the RC4 entropy
pool on write access. An exported global $RANDOM variable returns
15-bit unsigned random numbers, from [0; 32767], similar to mksh.
Furthermore, Perl's internal PRNG is seeded with entropy obtained
from the arc4random generator once on module load time.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/security/p5-BSD-arc4random/DESCR \
pkgsrc/security/p5-BSD-arc4random/Makefile \
pkgsrc/security/p5-BSD-arc4random/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index