Пакет perl-Crypt-Random-TESHA2: Информация

    Исходный пакет: perl-Crypt-Random-TESHA2
    Версия: 0.01-alt2
    Последняя версия по данным Repology
    Собран:  19 февраля 2014 г. 3:45 в задании #114764
    Категория: Разработка/Perl
    Сообщить об ошибке в пакете
    Домашняя страница: https://github.com/danaj/Crypt-Random-TESHA2

    Лицензия: perl
    О пакете: Random numbers using timer/schedule entropy, aka userspace voodoo entropy
    Описание: 
    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.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    perl-Crypt-Random-TESHA2 (noarch)

    Сопровождающий: Igor Vlasenko

    Список участников:
    Igor Vlasenko

    Права:
    Igor Vlasenko
    @everybody

      1. perl(Statistics/Basic.pm)
      2. perl(Test/More.pm)
      3. perl(Test/Perl/Critic.pm)
      4. perl(Time/HiRes.pm)
      5. perl(base.pm)
      6. perl-devel
      7. perl-podlators
      8. rpm-build-perl
      9. perl(Carp.pm)
      10. perl(Digest/SHA.pm)
      11. perl(Config.pm)
      12. perl(Exporter.pm)
      13. perl(ExtUtils/MakeMaker.pm)

    Последнее изменение


    19 февраля 2014 г. Igor Vlasenko 0.01-alt2
    - moved to Sisyphus for Slic3r (by dd@ request)
    9 октября 2013 г. Igor Vlasenko 0.01-alt1
    - initial import by package builder