mirror of
https://github.com/RustCrypto/signatures
synced 2026-06-21 13:45:42 +00:00
ed25519 v0.1.0
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
## [0.1.0] (2019-08-10)
|
||||
|
||||
- Initial release
|
||||
|
||||
[0.1.0]: https://github.com/RustCrypto/signatures/pull/24
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "ed25519"
|
||||
version = "0.0.0"
|
||||
version = "0.1.0"
|
||||
authors = ["RustCrypto Developers"]
|
||||
license = "Apache-2.0 OR MIT"
|
||||
description = "Edwards Digital Signature Algorithm (EdDSA) over Curve25519 (as specified in RFC 8032)"
|
||||
|
||||
Reference in New Issue
Block a user