rust-fips203 0.2.1-2 source package in Ubuntu

Changelog

rust-fips203 (0.2.1-2) unstable; urgency=medium

  * Package fips203 0.2.1 from crates.io using debcargo 2.6.1
  * Update dependencies for tests
  * Note that non-default tests are broken

 -- Daniel Kahn Gillmor <email address hidden>  Wed, 22 May 2024 00:58:05 -0400

Upload details

Uploaded by:
Rust Maintainers
Uploaded to:
Sid
Original maintainer:
Rust Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
rust-fips203_0.2.1-2.dsc 2.1 KiB 43753dc9e7391d2e9145131c7848531b69e2e5079a4cbfaf4980cad50f7106bb
rust-fips203_0.2.1.orig.tar.gz 356.5 KiB 3a2ada2df3a11170def1561a9149f793c0425f4ae48a01ba16e332a2c7c2482d
rust-fips203_0.2.1-2.debian.tar.xz 3.8 KiB 1c50100abf7005cb8e2639f205d4c5c6f5c8c8aa222cff7ac647dc2074bfcd5a

No changes file available.

Binary packages built by this source

librust-fips203-dev: ML-KEM (Module-Lattice-Based Key-Encapsulation Mechanism) IPD - Rust source code

 FIPS 203 (Initial Public Draft) Module-Lattice-Based Key-Encapsulation
 Mechanism (ML-KEM) Standard written in pure Rust for server, desktop,
 browser and embedded applications.
 .
 This crate implements the FIPS 203 draft standard 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), does not require the standard library, e.g. `#[no_std]`, has
 no heap allocations, e.g. no `alloc` needed, and optionally exposes
 the `RNG` so it is suitable for the full range of applications down to
 the bare-metal. The API is stabilized and the code is heavily biased
 towards safety and correctness; further performance optimizations will
 be implemented as the standard matures. This crate will quickly follow
 any changes to FIPS 203 as they become available.
 .
 See <https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.203.ipd.pdf> for
 a full description of the target functionality.
 Source code for Debianized Rust crate "fips203"