haskell-cipher-aes128 0.7.0.6-1 source package in Ubuntu

Changelog

haskell-cipher-aes128 (0.7.0.6-1) unstable; urgency=medium

  [ Ilias Tsitsimpis ]
  * Declare compliance with Debian policy 4.6.1

  [ Clint Adams ]
  * New upstream release

 -- Clint Adams <email address hidden>  Sun, 03 Jul 2022 13:40:19 -0400

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
haskell-cipher-aes128_0.7.0.6-1.dsc 2.5 KiB 73e3863f114816df3d3efffb1fddbfd1b222345c350af6e9b256377cf73e43fe
haskell-cipher-aes128_0.7.0.6.orig.tar.gz 24.6 KiB 2704a5d5a6276389f969b7c74fbf5695c6560ee3fe52010af5e3a198e4ab9ddd
haskell-cipher-aes128_0.7.0.6-1.debian.tar.xz 2.9 KiB 1d5fafe84a22106047079af5aadb11e2a4ac6a5fd9d7da3815fe50b2a1fd9fd2

No changes file available.

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 kinetic.

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

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.