File: control

package info (click to toggle)
rust-hpke-dispatch 0.8.0%2Bds-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,292 kB
  • sloc: makefile: 2; sh: 1
file content (59 lines) | stat: -rw-r--r-- 2,463 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Source: rust-hpke-dispatch
Section: rust
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-rust,
 librust-cfg-if-dev,
 librust-hex-dev,
 librust-hpke-dev,
 librust-num-enum-dev,
 librust-rand-dev,
 librust-serde-dev,
 librust-serde-json-dev,
 librust-zeroize-dev,
Maintainer: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 4.7.3
Vcs-Git: https://salsa.debian.org/debian/rust-hpke-dispatch.git
Vcs-Browser: https://salsa.debian.org/debian/rust-hpke-dispatch
Homepage: https://github.com/divviup/hpke-dispatch

Package: librust-hpke-dispatch-dev
Architecture: all
#Multi-Arch: foreign
Depends:
 librust-cfg-if-dev,
 librust-hpke-dev,
 librust-num-enum-dev,
 librust-rand-dev,
 librust-serde-dev,
 librust-zeroize-dev,
 ${misc:Depends},
Provides:
 librust-hpke-dispatch-0.8+aead-aes-gcm-128-dev (= ${binary:Version}),
 librust-hpke-dispatch-0.8+aead-aes-gcm-256-dev (= ${binary:Version}),
 librust-hpke-dispatch-0.8+aead-all-dev (= ${binary:Version}),
 librust-hpke-dispatch-0.8+aead-chacha-20-poly-1305-dev (= ${binary:Version}),
 librust-hpke-dispatch-0.8+algo-all-dev (= ${binary:Version}),
 librust-hpke-dispatch-0.8+base-mode-open-dev (= ${binary:Version}),
 librust-hpke-dispatch-0.8+base-mode-seal-dev (= ${binary:Version}),
 librust-hpke-dispatch-0.8+default-dev (= ${binary:Version}),
 librust-hpke-dispatch-0.8+kdf-all-dev (= ${binary:Version}),
 librust-hpke-dispatch-0.8+kdf-sha256-dev (= ${binary:Version}),
 librust-hpke-dispatch-0.8+kdf-sha384-dev (= ${binary:Version}),
 librust-hpke-dispatch-0.8+kdf-sha512-dev (= ${binary:Version}),
 librust-hpke-dispatch-0.8+kem-all-dev (= ${binary:Version}),
 librust-hpke-dispatch-0.8+kem-dh-p256-hkdf-sha256-dev (= ${binary:Version}),
 librust-hpke-dispatch-0.8+kem-dh-p384-hkdf-sha384-dev (= ${binary:Version}),
 librust-hpke-dispatch-0.8+kem-dh-p521-hkdf-sha512-dev (= ${binary:Version}),
 librust-hpke-dispatch-0.8+kem-x25519-hkdf-sha256-dev (= ${binary:Version}),
 librust-hpke-dispatch-0.8+serde-dev (= ${binary:Version}),
 librust-hpke-dispatch-0.8.0-dev (= ${binary:Version}),
Description: runtime algorithm selection for HPKE - Rust source code
 hpke-dispatch provides a generic-free interface to the hpke crate,
 a rust implementation of the draft RFC9180
 hybrid public key encryption scheme.
 If you know the specific (aead, kdf, kem) triple at compile time,
 you should use the hpke crate directly.
 .
 This package contains the source for the Rust crate hpke-dispatch,
 for use with cargo.