-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ebea547
commit 4b25d06
Showing
2 changed files
with
3 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,10 +2,9 @@ | |
name = "reddsa" | ||
edition = "2021" | ||
# When releasing to crates.io: | ||
# - Update html_root_url | ||
# - Update CHANGELOG.md | ||
# - Create git tag. | ||
version = "0.2.0" | ||
version = "0.3.0" | ||
authors = [ | ||
"Henry de Valence <[email protected]>", | ||
"Deirdre Connolly <[email protected]>", | ||
|
@@ -15,7 +14,7 @@ authors = [ | |
readme = "README.md" | ||
license = "MIT OR Apache-2.0" | ||
repository = "https://github.com/ZcashFoundation/reddsa" | ||
categories = ["cryptography"] | ||
categories = ["cryptography", "no_std"] | ||
keywords = ["cryptography", "crypto", "zcash"] | ||
description = "A standalone implementation of the RedDSA signature scheme." | ||
|
||
|