ed25519 v0.1.0

This commit is contained in:
Tony Arcieri
2019-08-10 12:00:22 -07:00
parent dce3b26788
commit 99d4e33cfa
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
## [0.1.0] (2019-08-10)
- Initial release
[0.1.0]: https://github.com/RustCrypto/signatures/pull/24
+1 -1
View File
@@ -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)"