Fixup fromcvs/togit conversion
[pkgsrcv2.git] / security / p5-Crypt-RSA / DESCR
1 Crypt::RSA is a pure-perl, cleanroom implementation of the RSA public-key
2 cryptosystem. It uses Math::Pari, a perl interface to the blazingly fast
3 PARI library, for big integer arithmetic and number theoretic computations.
4
5 Crypt::RSA provides arbitrary size key-pair generation, plaintext-aware
6 encryption (OAEP) and digital signatures with appendix (PSS). For
7 compatibility with SSLv3, RSAREF2, PGP and other applications that follow
8 the PKCS #1 v1.5 standard, it also provides PKCS #1 v1.5 encryption and
9 signatures.