cl-ironclad 0.57-1 source package in Ubuntu

Changelog

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

  * New upstream release

 -- Sébastien Villemot <email address hidden>  Sat, 12 Mar 2022 15:36:09 +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

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cl-ironclad_0.57-1.dsc 2.0 KiB 02e317401ee8541fbcea9584a6ece0c48e9045915199f6a340f936156fa82780
cl-ironclad_0.57.orig.tar.gz 1.4 MiB 840034e385557d36cd0a29d5b5d97aa1574f77439ce4ca99802269837389c94c
cl-ironclad_0.57-1.debian.tar.xz 4.4 KiB 83eb3d41a3aaf2c9bae3375de19536971092261a573ce678c06d7267cfcf60cf

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.