-
Notifications
You must be signed in to change notification settings - Fork 3
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
9561a66
commit e6d7c7d
Showing
2 changed files
with
12 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
# Version 0.0.3 | ||
|
||
## Improvements | ||
|
||
- Add publish workflow for cargo publish | ||
|
||
# Version 0.0.2 | ||
|
||
## Improvements | ||
|
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 |
---|---|---|
@@ -1,8 +1,13 @@ | ||
[package] | ||
authors = ["MathxH Chen <[email protected]>"] | ||
description = "A Simple Publicly Verifiable Secret Sharing Library" | ||
edition = "2018" | ||
keywords = ["secret sharing", "threshold cryptography", "zero knowledge proofs", "publicly verifiable secret sharing"] | ||
license-file = "LICENSE" | ||
name = "mpvss-rs" | ||
version = "0.0.2" | ||
readme = "README.md" | ||
repository = "https://github.com/AlexiaChen/mpvss-rs" | ||
version = "0.0.3" | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
|