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

Changelog

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

  * add patch cherry-picked upstream
    to use u64 instead of usize in test
  * provide and autpkgtest features pkcs8 serde zeroize

 -- Jonas Smedegaard <email address hidden>  Sat, 25 Nov 2023 00:47:29 +0100

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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
rust-ed25519_2.2.3+ds-2.dsc 2.6 KiB 8e70d7ee7a08c9e69f1cefd83f00dfbefccab5d5339ff68cc4cbf6237c1a31d2
rust-ed25519_2.2.3+ds.orig.tar.xz 15.8 KiB e6435a7192ae5a531bc87927b29b1d858b96134532a3471203ec15a8531329f2
rust-ed25519_2.2.3+ds-2.debian.tar.xz 15.6 KiB 0f4a562608013860f574925e97752c2eee4fc68d87a4ba22ab7bf5613641f9cd

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.