Paketname | libbsd-arc4random-perl |
Beschreibung | CPAN's BSD::arc4random -- Perl bindings for arc4random |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.43-1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 100 Byte |
Hängt ab von | libc6 (>= 2.4), perl (>= 5.10.1-8), perlapi-5.10.1 |
Empfohlene Pakete | |
Paketbetreuer | Thorsten Glaser |
Quelle | |
Paketgröße | 18222 Byte |
Prüfsumme MD5 | 98164c252d049eb2e80e7a4c8c47bef2 |
Prüfsumme SHA1 | 81431842453601114ad10aed44bc269b3df9936d |
Prüfsumme SHA256 | 21d53c86b5cba2b1c16f4e7d8fd5ed9d73a1d2956ed1cc8d915583de73f65293 |
Link zum Herunterladen | libbsd-arc4random-perl_1.43-1_i386.deb |
Ausführliche Beschreibung | The BSD::arc4random module provides a Perl API for the arc4random(3)
suite of functions and a few natively implemented functions.
.
Exposed functions are: have_kintf (ability to push entropy back to
the kernel); arc4random, arc4random_bytes, arc4random_uniform, the
RANDOM variable (get entropy); arc4random_stir (next time used, some
entropy from the kernel is first requested); arc4random_addrandom
(add user data to SRNG state); arc4random_push[bk] (push user data
to kernel RNG if supported; add kernel data or, if not supported,
user data to SRNG); the ability to "tie" variables to this module
for retrieving and storing entropy (e.g. in $RANDOM).
|