cl-ironclad 0.47-1 source package in Ubuntu

Changelog

cl-ironclad (0.47-1) unstable; urgency=medium

  * New upstream release
  * Bump S-V to 4.4.1
  
 -- Sébastien Villemot <email address hidden>  Sun, 19 Jan 2020 22:18:19 +0100

Upload details

Uploaded by:
Debian Common Lisp Team
Uploaded to:
Sid
Original maintainer:
Debian Common Lisp Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cl-ironclad_0.47-1.dsc 2.0 KiB bdc47f11a91fabb74faf6970fbeb7203cbcb9a817e3f7f0dd4488fef981ff7e8
cl-ironclad_0.47.orig.tar.gz 1.3 MiB 03dbcb71f2f06d458d79e718a919ebc9fbe2d29e7f7f27a5be204e185ce2caee
cl-ironclad_0.47-1.debian.tar.xz 4.2 KiB 3ea29079329cc31d6911e1863a220bd3edaa7cd6605a5e4dab81ee6ad8e53981

Available diffs

No changes file available.

Binary packages built by this source

cl-ironclad: cryptographic toolkit written in Common Lisp

 Ironclad is a cryptography library written entirely in Common Lisp. It
 includes support for several popular ciphers, digests, and MACs and public key
 cryptography algorithms. For several implementations that support Gray
 Streams, support is included for convenient stream wrappers.
 .
 Most of the algorithms were written with efficiency for specific
 Common Lisp implementations in mind, although portable code is
 provided as an alternative in nearly all instances. The framework
 should be flexible enough to accommodate implementation-specific
 optimizations when possible.
 .
 Test vectors for many of the algorithms are included to provide
 a level of confidence in the correctness of the implementations.