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 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82
|
Source: rust-fips203-ffi
Section: rust
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-cargo,
dh-sequence-python3,
cargo:native <!nocheck>,
rustc:native (>= 1.70) <!nocheck>,
python3-all,
libstd-rust-dev <!nocheck>,
librust-fips203-0.4+default-dev (>= 0.4.2-~~) <!nocheck>,
librust-rand-core-0.6+default-dev (>= 0.6.4-~~) <!nocheck>
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/fips203-ffi]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/fips203-ffi
Homepage: https://github.com/integritychain/fips203
X-Cargo-Crate: fips203-ffi
Rules-Requires-Root: no
Package: libfips203-0
Section: libs
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends},
Description: Library for FIPS 203 (ML-KEM)
This package contains a dynamic library (shared object) implementing
the Module-Lattice-Based Key-Encapsulation Mechanism, also known as
ML-KEM or FIPS 203.
.
It is written in pure Rust with minimal and mainstream dependencies,
and without any unsafe code. All three security parameter sets are
fully supported and tested. The implementation operates in
constant-time (outside of rho, which is part of the encapsulation key
sent across the trust boundary in the clear), and focuses on
correctness, simplicity, security, and a stable API.
.
See <https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.203.pdf>
for a full description of the target functionality.
Package: libfips203-dev
Section: libdevel
Architecture: any
Depends:
${misc:Depends},
libfips203-0 (= ${binary:Version}),
Description: Library for FIPS 203 (ML-KEM) - development files
This package enables a C programmer to use a dynamic library (shared
object) implementing the Module-Lattice-Based Key-Encapsulation
Mechanism, also known as ML-KEM or FIPS 203.
.
The library is written in pure Rust with minimal and mainstream
dependencies, and without any unsafe code. All three security
parameter sets are fully supported and tested. The implementation
operates in constant-time (outside of rho, which is part of the
encapsulation key sent across the trust boundary in the clear), and
focuses on correctness, simplicity, security, and a stable API.
.
See <https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.203.pdf>
for a full description of the target functionality.
Package: python3-fips203
Architecture: any
Section: python
Provides:
${python3:Provides},
Depends:
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
libfips203-0 (= ${binary:Version}),
Description: FIPS 203 (ML-KEM) - Python module
This package enables a Python programmer to easily use the
Module-Lattice-Based Key-Encapsulation Mechanism, also known as
ML-KEM or FIPS 203.
.
See <https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.203.pdf>
for a full description of the target functionality.
|