Skip to content

Commit f53e661

Browse files
authored
Solves the license issue (#5)
* Add Apache-2.0 license file * Add MIT license file * Update relevant files with license information
1 parent d80b681 commit f53e661

File tree

5 files changed

+229
-676
lines changed

5 files changed

+229
-676
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ authors = ["MathxH Chen <[email protected]>"]
33
description = "A Simple Publicly Verifiable Secret Sharing Library"
44
edition = "2018"
55
keywords = ["pvss-scheme", "secret-sharing", "threshold-cryptography", "zero-knowledge-proof"]
6-
license-file = "LICENSE"
6+
license = "MIT OR Apache-2.0"
77
name = "mpvss-rs"
88
readme = "README.md"
99
repository = "https://github.com/AlexiaChen/mpvss-rs"

0 commit comments

Comments
 (0)