libghc-rsa-doc

Implementation of rsa, using padding schemes of pkcs#1 v2.1.; documentation
  http://hackage.haskell.org/package/RSA
  0
  no reviews



This library implements the rsa encryption and signature algorithms for arbitrarily-sized bytestrings. while the implementations work, they are not necessarily the fastest ones on the planet. particularly key generation. the algorithms included are based of rfc 3447, or the public-key cryptography standard for rsa, version 2.1 (a.k.a, pkcs#1 v2.1).

this package provides the documentation for a library for the haskell programming language. see http://www.haskell.org/ for more information on haskell.