cl-ironclad 0.57-3 source package in Ubuntu

Changelog

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

  * Team upload.
  * Try a different way of detecting 32bit ARM.

 -- Sean Whitton <email address hidden>  Fri, 14 Oct 2022 13:32:22 -0700

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
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cl-ironclad_0.57-3.dsc 2.1 KiB 843ea55a9ccb282ff04ff159acd33a9774c308d377fb5ba8794911abde785458
cl-ironclad_0.57.orig.tar.gz 1.4 MiB 840034e385557d36cd0a29d5b5d97aa1574f77439ce4ca99802269837389c94c
cl-ironclad_0.57-3.debian.tar.xz 4.6 KiB d13b0a45ae751fb41451bdda515041a1f55b70b86bed36eac3420f924886d6f7

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.