cl-ironclad 0.57-5 source package in Ubuntu

Changelog

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

  * Try re-enabling the test suite everywhere, with more dynamic space.
    Thanks to glv2 on GitHub for the idea.

 -- Sean Whitton <email address hidden>  Thu, 13 Jun 2024 12:15:21 +0800

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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cl-ironclad_0.57-5.dsc 2.1 KiB 28c4b160624bb98a480beefe9b75af547769555ddb7a0b2d0f4124ab6d0b002a
cl-ironclad_0.57.orig.tar.gz 1.4 MiB 840034e385557d36cd0a29d5b5d97aa1574f77439ce4ca99802269837389c94c
cl-ironclad_0.57-5.debian.tar.xz 4.7 KiB 244127b9a7b113759175009ba696463cdacfd9d3ed00b9e8fb3425284b702c24

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.