rust-curve25519-dalek 4+20240207+dfsg-3 source package in Ubuntu

Changelog

rust-curve25519-dalek (4+20240207+dfsg-3) unstable; urgency=medium

  * add patch 2002 to include large test assets

 -- Jonas Smedegaard <email address hidden>  Fri, 17 May 2024 16:58:03 +0200

Upload details

Uploaded by:
Jonas Smedegaard
Uploaded to:
Sid
Original maintainer:
Jonas Smedegaard
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
rust-curve25519-dalek_4+20240207+dfsg-3.dsc 5.8 KiB 7eb6ec0e22cee2aa2a0a82eb2787c835be9a48821825df23858a9734e4e25f72
rust-curve25519-dalek_4+20240207+dfsg.orig.tar.xz 580.9 KiB d64061e4c6f89fa6329f4169d497a66034a0b505d33b41d4115bbde53087ea18
rust-curve25519-dalek_4+20240207+dfsg-3.debian.tar.xz 18.8 KiB 0d4622942ac6079db9fa6cf17785840e0bc80fbd8f38b2b623437b6d948e5ca1

No changes file available.

Binary packages built by this source

librust-curve25519-dalek-derive-dev: curve25519-dalek Derives - Rust source code

 curve25519-dalek is a pure-Rust implementation
 of group operations on Ristretto and Curve25519.
 .
 This package contains the source
 for the Rust curve25519-dalek-derive crate,
 for use with cargo and dh-cargo.

librust-curve25519-dalek-dev: group operations on Ristretto and Curve25519 - Rust source code

 curve25519-dalek is a pure-Rust implementation
 of group operations on Ristretto and Curve25519.
 -
 curve25519-dalek` is a library providing group operations
 on the Edwards and Montgomery forms of Curve25519,
 and on the prime-order Ristretto group.
 .
 curve25519-dalek is not intended to provide implementations
 of any particular crypto protocol.
 Rather, implementations of those protocols
 (such as x25519-dalek and ed25519-dalek)
 should use curve25519-dalek as a library.
 .
 curve25519-dalek is intended to provide
 a clean and safe mid-level API
 for use implementing a wide range of ECC-based crypto protocols,
 such as key agreement, signatures, anonymous credentials, rangeproofs,
 and zero-knowledge proof systems.
 .
 In particular, curve25519-dalek implements Ristretto,
 which constructs a prime-order group
 from a non-prime-order Edwards curve.
 This provides the speed and safety benefits
 of Edwards curve arithmetic,
 without the pitfalls of cofactor-related abstraction mismatches.
 .
 This package contains the source for the Rust curve25519-dalek crate,
 for use with cargo and dh-cargo.

librust-ed25519-dalek-dev: ed25519 EdDSA key generations, signing, and verification - Rust source code

 ed25519-dalek is a fast and efficient Rust implementation
 of ed25519 key generation, signing, and verification.
 .
 This package contains the source for the Rust ed25519-dalek crate,
 for use with cargo and dh-cargo.

librust-x25519-dalek-dev: X25519 elliptic curve Diffie-Hellman key exchange - Rust source code

 x25519-dalek is a pure-Rust implementation
 of x25519 elliptic curve Diffie-Hellman key exchange,
 with curve operations provided by curve25519-dalek.
 -
 This crate provides two levels of API:
 a bare byte-oriented x25519 function
 which matches the function specified in RFC7748,
 as well as a higher-level Rust API
 for static and ephemeral Diffie-Hellman.
 .
 This package contains the source for the Rust x25519-dalek crate,
 for use with cargo and dh-cargo.