rust-ed25519 2.2.3+ds-3 source package in Ubuntu

Changelog

rust-ed25519 (2.2.3+ds-3) unstable; urgency=medium

  * update copyright info:
    + fix file path
    + update coverage
  * drop patch 2001_ed25519-dalek;
    build- and autopkgtest-depend on package for crate ed25519-dalek
  * declare compliance with Debian Policy 4.7.0

 -- Jonas Smedegaard <email address hidden>  Thu, 16 May 2024 14:15:14 +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-ed25519_2.2.3+ds-3.dsc 2.8 KiB 071807c07a673055aafbf51ad28265c8daf16f2694338fc4c8f64deeb30faa1a
rust-ed25519_2.2.3+ds.orig.tar.xz 15.8 KiB e6435a7192ae5a531bc87927b29b1d858b96134532a3471203ec15a8531329f2
rust-ed25519_2.2.3+ds-3.debian.tar.xz 15.5 KiB 7f6777cf65f0aa3bbde6f1d5a698bf643bf8ee981d75d40000fb42080bcd55cc

Available diffs

No changes file available.

Binary packages built by this source

librust-ed25519-dev: generic Ed25519 signature algorithm - Rust source code

 The `ed25519` crate allows you can write code
 which signs and verifies messages using the Ed25519 signature algorithm
 generically over any supported Ed25519 implementation.
 .
 This allows consumers of your code
 to plug in whatever implementation they want
 to use without having to add all potential Ed25519 libraries
 you'd like to support as optional dependencies.
 .
 Ed25519 is an EdDSA signature scheme
 using the secure hash function SHA-512 (SHA-2)
 and the elliptic curve Curve25519.
 .
 This package contains the source for the Rust ed25519 crate,
 for use with cargo and dh-cargo.