File: control

package info (click to toggle)
cl-ironclad 0.45-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 5,660 kB
  • sloc: lisp: 38,485; sh: 6; makefile: 2
file content (34 lines) | stat: -rw-r--r-- 1,409 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Source: cl-ironclad
Section: lisp
Priority: optional
Maintainer: Debian Common Lisp Team <debian-common-lisp@lists.debian.org>
Uploaders: Sébastien Villemot <sebastien@debian.org>
Build-Depends: debhelper-compat (= 12)
Standards-Version: 4.3.0
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-nibbles,
         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.