haskell-rsa 2.4.1-2 source package in Ubuntu

Changelog

haskell-rsa (2.4.1-2) unstable; urgency=medium

  * Declare compliance with Debian policy 4.6.1
  * Sourceful upload for GHC 9.0.2

 -- Ilias Tsitsimpis <email address hidden>  Sun, 24 Jul 2022 15:34:14 +0300

Upload details

Uploaded by:
Debian Haskell Group
Uploaded to:
Sid
Original maintainer:
Debian Haskell Group
Architectures:
any all
Section:
haskell
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
haskell-rsa_2.4.1-2.dsc 2.5 KiB cea52b6a54ab4a43c4d9f36e7659ef6ec1d22be355e2821f11dc55415630d12f
haskell-rsa_2.4.1.orig.tar.gz 14.3 KiB 72c5d8c45ef1013e0e8aff763bb8894df0f022f28e698e33ae87bbdb33d69041
haskell-rsa_2.4.1-2.debian.tar.xz 3.3 KiB 38080f28761527d873bb158e87ba4186eae63eb35a36492d4c945e26ac84f9bb

No changes file available.

Binary packages built by this source

libghc-rsa-dev: No summary available for libghc-rsa-dev in ubuntu kinetic.

No description available for libghc-rsa-dev in ubuntu kinetic.

libghc-rsa-doc: No summary available for libghc-rsa-doc in ubuntu kinetic.

No description available for libghc-rsa-doc in ubuntu kinetic.

libghc-rsa-prof: 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.