ed448 v0.5.0-pre.0 (#993)

This commit is contained in:
Tony Arcieri
2025-06-06 07:50:55 -06:00
committed by GitHub
parent 8d8837f0d7
commit 4babc06bed
3 changed files with 14 additions and 5 deletions
+9
View File
@@ -0,0 +1,9 @@
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## 0.4.0 and earlier
The crate name was previously used for an implementation of the Ed448-Goldilocks
elliptic curve, which has since been renamed to `ed448-goldilocks`
+4 -4
View File
@@ -1,13 +1,13 @@
[package]
name = "ed448"
version = "0.0.0"
version = "0.5.0-pre.0"
edition = "2024"
authors = ["RustCrypto Developers"]
license = "Apache-2.0 OR MIT"
description = """
Edwards Digital Signature Algorithm (EdDSA) over Curve448 (as specified in RFC 7748)
support library providing signature type definitions and PKCS#8 private key
decoding/encoding support
Edwards Digital Signature Algorithm (EdDSA) over Curve448 (as specified in
RFC8032) support library providing signature type definitions and PKCS#8
private key decoding/encoding support
"""
documentation = "https://docs.rs/ed448"
homepage = "https://github.com/RustCrypto/signatures/tree/master/ed448"