This repository has been archived by the owner on Feb 25, 2021. It is now read-only.
forked from tendermint/signatory
-
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
b11d7d6
commit 8607966
Showing
13 changed files
with
30 additions
and
20 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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "signatory" | ||
description = "Multi-provider elliptic curve digital signature library with ECDSA and Ed25519 support" | ||
version = "0.15.0" # Also update html_root_url in lib.rs when bumping this | ||
version = "0.16.0" # Also update html_root_url in lib.rs when bumping this | ||
license = "Apache-2.0 OR MIT" | ||
authors = ["Tony Arcieri <[email protected]>"] | ||
homepage = "https://github.com/tendermint/signatory" | ||
|
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,7 +1,7 @@ | ||
[package] | ||
name = "signatory-dalek" | ||
description = "Signatory Ed25519 provider for ed25519-dalek" | ||
version = "0.15.0" # Also update html_root_url in lib.rs when bumping this | ||
version = "0.16.0" # Also update html_root_url in lib.rs when bumping this | ||
license = "Apache-2.0 OR MIT" | ||
authors = ["Tony Arcieri <[email protected]>"] | ||
homepage = "https://github.com/tendermint/signatory" | ||
|
@@ -21,7 +21,7 @@ ed25519-dalek = { version = "1.0.0-pre.2", default-features = false } | |
sha2 = { version = "0.8", default-features = false } | ||
|
||
[dependencies.signatory] | ||
version = "0.15" | ||
version = "0.16" | ||
default-features = false | ||
features = ["digest", "ed25519"] | ||
path = ".." | ||
|
@@ -30,7 +30,7 @@ path = ".." | |
criterion = "0.2" | ||
|
||
[dev-dependencies.signatory] | ||
version = "0.15" | ||
version = "0.16" | ||
default-features = false | ||
features = ["digest", "ed25519", "test-vectors"] | ||
path = ".." | ||
|
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "signatory-ledger-tm" | ||
description = "Signatory provider for Ledger Tendermint Validator app" | ||
version = "0.15.0" # Also update html_root_url in lib.rs when bumping this | ||
version = "0.16.0" # Also update html_root_url in lib.rs when bumping this | ||
license = "Apache-2.0 OR MIT" | ||
authors = ["ZondaX GmbH <[email protected]>"] | ||
homepage = "https://github.com/tendermint/signatory" | ||
|
@@ -20,7 +20,7 @@ lazy_static = "1" | |
ledger-tendermint = "0.4" | ||
|
||
[dependencies.signatory] | ||
version = "0.15" | ||
version = "0.16" | ||
features = ["digest", "ed25519"] | ||
path = ".." | ||
|
||
|
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "signatory-ring" | ||
description = "Signatory ECDSA (NIST P-256) and Ed25519 provider for *ring*" | ||
version = "0.15.0" # Also update html_root_url in lib.rs when bumping this | ||
version = "0.16.0" # Also update html_root_url in lib.rs when bumping this | ||
license = "Apache-2.0 OR MIT" | ||
authors = ["Tony Arcieri <[email protected]>"] | ||
homepage = "https://github.com/tendermint/signatory" | ||
|
@@ -19,7 +19,7 @@ maintenance = { status = "passively-maintained" } | |
ring = { version = "0.16", default-features = false } | ||
|
||
[dependencies.signatory] | ||
version = "0.15" | ||
version = "0.16" | ||
default-features = false | ||
features = ["pkcs8"] | ||
path = ".." | ||
|
@@ -28,7 +28,7 @@ path = ".." | |
criterion = "0.2" | ||
|
||
[dev-dependencies.signatory] | ||
version = "0.15" | ||
version = "0.16" | ||
default-features = false | ||
features = ["pkcs8", "test-vectors"] | ||
path = ".." | ||
|
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "signatory-secp256k1" | ||
description = "Signatory ECDSA provider for secp256k1-rs" | ||
version = "0.15.0" # Also update html_root_url in lib.rs when bumping this | ||
version = "0.16.0" # Also update html_root_url in lib.rs when bumping this | ||
license = "Apache-2.0 OR MIT" | ||
authors = ["Tony Arcieri <[email protected]>"] | ||
homepage = "https://github.com/tendermint/signatory" | ||
|
@@ -20,15 +20,15 @@ secp256k1 = "0.15" | |
signature = { version = "1.0.0-pre.1", features = ["derive-preview"] } | ||
|
||
[dependencies.signatory] | ||
version = "0.15" | ||
version = "0.16" | ||
features = ["digest", "ecdsa", "sha2"] | ||
path = ".." | ||
|
||
[dev-dependencies] | ||
criterion = "0.2" | ||
|
||
[dev-dependencies.signatory] | ||
version = "0.15" | ||
version = "0.16" | ||
default-features = false | ||
features = ["digest", "ecdsa", "sha2", "test-vectors"] | ||
path = ".." | ||
|
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "signatory-sodiumoxide" | ||
description = "Signatory Ed25519 provider for sodiumoxide" | ||
version = "0.15.0" # Also update html_root_url in lib.rs when bumping this | ||
version = "0.16.0" # Also update html_root_url in lib.rs when bumping this | ||
license = "Apache-2.0 OR MIT" | ||
authors = ["Tony Arcieri <[email protected]>"] | ||
homepage = "https://github.com/tendermint/signatory" | ||
|
@@ -19,7 +19,7 @@ maintenance = { status = "passively-maintained" } | |
sodiumoxide = "0.2" | ||
|
||
[dependencies.signatory] | ||
version = "0.15" | ||
version = "0.16" | ||
features = ["ed25519", "test-vectors"] | ||
path = ".." | ||
|
||
|
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