cl-ironclad 0.54-1 source package in Ubuntu

Changelog

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

  * New upstream release

 -- Sébastien Villemot <email address hidden>  Fri, 08 Jan 2021 08:44:34 +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

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cl-ironclad_0.54-1.dsc 2.0 KiB ddf204cd5727a7c40b3f70f352541449e20eb971b325485b6703c3c0bc2bd5be
cl-ironclad_0.54.orig.tar.gz 1.4 MiB 67ccbcd8aed86c833f6b4e29715d1b0aafbcaa1c3654d48a44461c1fccdbe377
cl-ironclad_0.54-1.debian.tar.xz 4.4 KiB d0e3b80dd73927cdcff8cb6205942319084c9baf5d6c0867b455565472f41b13

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.