How to Install libghc-rsa-prof in Ubuntu 18.04



Install libghc-rsa-prof by entering the following commands in the terminal:

sudo apt update
sudo apt install libghc-rsa-prof

Description:

implementation of RSA, using padding schemes of PKCS#1; profiling libraries

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.

Homepage: http://hackage.haskell.org/package/RSA

Version: 2.3.0-1build4

Section: universe/haskell