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

    Исходный пакет: perl-Crypt-Primes
    Версия: 0.50-alt3
    Последняя версия по данным Repology
    Собран:  17 сентября 2021 г. 2:44 в задании #285381
    Категория: Разработка/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

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

    Права:
    Vitaly Lipatov
    @cpan
    @qa

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

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


    16 сентября 2021 г. Vitaly Lipatov 0.50-alt3
    - fix build (thanks, Fedora!)
    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