Skip to content

Commit 4babc06

Browse files
authored
ed448 v0.5.0-pre.0 (#993)
1 parent 8d8837f commit 4babc06

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ed448/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## 0.4.0 and earlier
8+
The crate name was previously used for an implementation of the Ed448-Goldilocks
9+
elliptic curve, which has since been renamed to `ed448-goldilocks`

ed448/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
name = "ed448"
3-
version = "0.0.0"
3+
version = "0.5.0-pre.0"
44
edition = "2024"
55
authors = ["RustCrypto Developers"]
66
license = "Apache-2.0 OR MIT"
77
description = """
8-
Edwards Digital Signature Algorithm (EdDSA) over Curve448 (as specified in RFC 7748)
9-
support library providing signature type definitions and PKCS#8 private key
10-
decoding/encoding support
8+
Edwards Digital Signature Algorithm (EdDSA) over Curve448 (as specified in
9+
RFC8032) support library providing signature type definitions and PKCS#8
10+
private key decoding/encoding support
1111
"""
1212
documentation = "https://docs.rs/ed448"
1313
homepage = "https://github.com/RustCrypto/signatures/tree/master/ed448"

0 commit comments

Comments
 (0)