libghc-rsa-dev

Implementation of rsa, using the padding schemes of pkcs#1 v2.1.
  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 a library for the haskell programming language. see http://www.haskell.org/ for more information on haskell.