v0.3.0 release (#24)

This commit is contained in:
Conrado Gouvea 2022-05-10 19:36:35 -03:00 committed by GitHub
parent ebea547689
commit 4b25d06c5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View File

@ -2,7 +2,7 @@
Entries are listed in reverse chronological order.
## Unreleased
## 0.3.0
* Migrate to `group` 0.12, `jubjub` 0.9, `pasta_curves` 0.4
* Added support for `no-std` builds, via new (default-enabled) `std` and `alloc`

View File

@ -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 <hdevalence@hdevalence.ca>",
"Deirdre Connolly <durumcrustulum@gmail.com>",
@ -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."