
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, compiled for profiling. see http://www.haskell.org/ for more information on haskell.