mirror of
https://github.com/RustCrypto/signatures
synced 2026-06-21 13:45:42 +00:00
ed448 v0.5.0-pre.0 (#993)
This commit is contained in:
@@ -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
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user