معرفی شرکت ها


perl-Crypt-Random-TESHA2-0.01-alt2.noarch.rpm


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Random numbers using timer/schedule entropy, aka userspace voodoo entropy
ویژگی مقدار
سیستم عامل Linux
توزیع ALT p10
مخزن ALTLinux classic noarch
نام بسته perl-Crypt-Random-TESHA2
نام فایل بسته perl-Crypt-Random-TESHA2-0.01-alt2.noarch.rpm
نسخه بسته 0.01
انتشار بسته alt2
معماری بسته noarch
نگهدارنده -
تاریخ ساخت Wed 19 Feb 2014 03
هاست سازنده viy-sisyphus.hasher.altlinux.org
نوع بسته .rpm
آدرس صفحه اصلی https://github.com/danaj/Crypt-Random-TESHA2
مجوز perl
حجم دانلود 19K
حجم نصب 40.602K
Generate random numbers using entropy gathered from timer / scheduler jitter.. This can be used to generate non-pseudorandom data to seed a PRNG (e.g. `srand'/`rand', the Math::Random::MT manpage, etc.) or CSPRNG (e.g. AES-CTR or the Math::Random::ISAAC manpage). You may use it directly or as part of a random source module that first checks for O/S randomness sources. Only Perl CORE modules are used, making this very portable. However, systems must have a high resolution timer and support `usleep' from the Time::HiRes manpage. At installation time, measurements are taken of the estimated entropy gathered by the timer differences. If the results indicated we could not get good results, then the module will consider itself "weak". On the first use of any of the functions that return randomness (e.g. random_bytes), the module will carp about not being a strong randomness source. However, two special options, ":strong" and ":weak" may be given to the importer to change this behavior. If ":strong" is used, then the module will croak. If ":weak" is used, then no carp will be generated. The function `is_strong' can be used at any time for finer control. Note that this should be an unusual case, and neither flag has any effect if the module considers itself strong.


نیازمندی

مقدار نام
- /usr/share/perl5
>= 5.220 perl(Digest/SHA.pm)
>= 1.971.100 perl(Time/HiRes.pm)
- perl(base.pm)
- rpmlib(PayloadIsLzma)


ارائه دهنده

مقدار نام
= 0.010 perl(Crypt/Random/TESHA2.pm)
= 0.010 perl(Crypt/Random/TESHA2/Config.pm)
= 0.01-alt2 perl-Crypt-Random-TESHA2


نحوه نصب


نصب پکیج rpm perl-Crypt-Random-TESHA2:

    sudo apt-get install perl-Crypt-Random-TESHA2-0.01-alt2.noarch.rpm


فایل ها

مسیرها
/usr/share/doc/perl-Crypt-Random-TESHA2-0.01
/usr/share/doc/perl-Crypt-Random-TESHA2-0.01/Changes
/usr/share/doc/perl-Crypt-Random-TESHA2-0.01/LICENSE
/usr/share/doc/perl-Crypt-Random-TESHA2-0.01/README
/usr/share/doc/perl-Crypt-Random-TESHA2-0.01/TODO
/usr/share/doc/perl-Crypt-Random-TESHA2-0.01/examples
/usr/share/doc/perl-Crypt-Random-TESHA2-0.01/examples/TrulyRandom.pm
/usr/share/doc/perl-Crypt-Random-TESHA2-0.01/examples/threads.pl
/usr/share/perl5/Crypt
/usr/share/perl5/Crypt/Random
/usr/share/perl5/Crypt/Random/TESHA2
/usr/share/perl5/Crypt/Random/TESHA2.pm
/usr/share/perl5/Crypt/Random/TESHA2/Config.pm


گزارش تغییرات

تاریخ آخرین تغییر جزئیات
2014-02-19

moved to Sisyphus for Slic3r (by dd@ request)

2013-10-09

initial import by package builder