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 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+cfg-eval-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 algorithmic 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.