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

    Исходный пакет: perl-Crypt-Primes
    Версия: 0.50-alt2.1
    Собран:  23 ноября 2010 г. 7:13
    Категория: Разработка/Perl
    Сообщить об ошибке в пакете
    Домашняя страница: http://www.cpan.org

    Лицензия: Artistic
    О пакете: Crypt-Primes - Provable Prime Number Generator suitable for Cryptographic Applications
    Описание: 
    This module implements Ueli Maurer's algorithm for generating large
    *provable* primes and secure parameters for public-key cryptosystems.  The
    generated primes are almost uniformly distributed over the set of primes of
    the specified bitsize and expected time for generation is less than the time
    required for generating a pseudo-prime of the same size with Miller-Rabin
    tests.  Detailed description and running time analysis of the algorithm can
    be found in Maurer's paper[1].
    
    Crypt::Primes is a pure perl implementation.  It uses Math::Pari for
    multiple precision integer arithmetic and number theoretic functions.
    Random numbers are gathered with Crypt::Random, a perl interface to
    /dev/u?random devices found on most modern Unix operating systems.

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

    Сопровождающий: Vitaly Lipatov

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

      1. perl-Class-Loader
      2. perl-Crypt-Random
      3. perl-Math-Pari
      4. perl-devel
      5. perl-podlators

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


    22 ноября 2010 г. Igor Vlasenko 0.50-alt2.1
    - repair after perl 5.12 upgrade using girar-nmu
    6 сентября 2008 г. Vitaly Lipatov 0.50-alt2
    - fix directory ownership violation
    27 августа 2005 г. Vitaly Lipatov 0.50-alt1
    - first build for ALT Linux Sisyphus