File: control

package info (click to toggle)
crypto-equality-clojure 1.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 116 kB
  • sloc: makefile: 22; sh: 7
file content (30 lines) | stat: -rw-r--r-- 1,231 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
Source: crypto-equality-clojure
Section: java
Priority: optional
Maintainer: Debian Clojure Maintainers <pkg-clojure-maintainers@lists.alioth.debian.org>
Uploaders: Apollon Oikonomopoulos <apoikos@debian.org>
Build-Depends: debhelper-compat (= 13),
               default-jdk,
               javahelper,
               maven-repo-helper,
               libclojure-java,
               libnrepl-clojure <!nocheck>,
               libcomplete-clojure <!nocheck>,
               leiningen,
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/clojure-team/crypto-equality-clojure.git
Vcs-Browser: https://salsa.debian.org/clojure-team/crypto-equality-clojure
Homepage: https://github.com/weavejester/crypto-equality
Rules-Requires-Root: no

Package: libcrypto-equality-clojure
Architecture: all
Depends: ${java:Depends},
         ${misc:Depends},
         libclojure-java,
Recommends: ${java:Recommends}
Description: Clojure library protecting against timing attacks
 crypto-equality is a very small Clojure library for protecting against timing
 attacks when comparing strings or sequences of bytes. It is primarily indented
 for comparing user-supplied values against secrets held by the application,
 such as tokens or keys.