Source: cl-ironclad Section: lisp Priority: optional Maintainer: Debian Common Lisp Team Uploaders: Sébastien Villemot Build-Depends: debhelper-compat (= 13) Standards-Version: 4.5.1 Homepage: https://github.com/sharplispers/ironclad Vcs-Git: https://salsa.debian.org/common-lisp-team/cl-ironclad.git Vcs-Browser: https://salsa.debian.org/common-lisp-team/cl-ironclad Rules-Requires-Root: no Package: cl-ironclad Architecture: all Multi-Arch: foreign Depends: ${misc:Depends}, cl-bordeaux-threads, cl-flexi-streams Recommends: cl-rt Description: 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.