haskell-cipher-aes128 0.7.0.5-1build2 source package in Ubuntu

Changelog

haskell-cipher-aes128 (0.7.0.5-1build2) hirsute; urgency=medium

  * No-change rebuild for new GHC ABIs

 -- Steve Langasek <email address hidden>  Fri, 30 Oct 2020 00:28:35 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Hirsute
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
haskell-cipher-aes128_0.7.0.5.orig.tar.gz 25.6 KiB 3cb4f4e893928e1daae862434e09f4978097d6be8a3fc35efb4ed6a454c94ead
haskell-cipher-aes128_0.7.0.5-1build2.debian.tar.xz 3.1 KiB 8aac037aac1fce98c1952f030cea012b2765e608917f8d89d9e3da755dc3b9ed
haskell-cipher-aes128_0.7.0.5-1build2.dsc 2.7 KiB 5568093ca5a0133e8e0fd170231b9c30b24bc7d8fa95546207c132a031ccaf0e

Available diffs

View changes file

Binary packages built by this source

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

No description available for libghc-cipher-aes128-dev in ubuntu kinetic.

libghc-cipher-aes128-doc: No summary available for libghc-cipher-aes128-doc in ubuntu hirsute.

No description available for libghc-cipher-aes128-doc in ubuntu hirsute.

libghc-cipher-aes128-prof: AES and common modes; profiling libraries

 Cipher-aes128 is an implementation of AES and common modes of operation.
 .
 It borrows Hanquez's C AES code (see 'cipher-aes') but is unique due to
   * including compile-time detection of NI compiler support,
   * a slightly more functional interface for GCM operations,
   * exposure of 'Ptr' based operations via the .Internal module, and
   * build-in crypto-api support.
 Cipher-aes128 was originally developed as "'cipher-aes' plus trampolines",
 which has since been adopted into cipher-aes.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.