-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update frost-secp256-tr code to changes from 1.0.0
- Loading branch information
1 parent
0ed163f
commit c63a3ca
Showing
6 changed files
with
46 additions
and
9 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ edition = "2021" | |
# When releasing to crates.io: | ||
# - Update CHANGELOG.md | ||
# - Create git tag. | ||
version = "1.0.0-rc.0" | ||
version = "1.0.0" | ||
authors = [ | ||
"Deirdre Connolly <[email protected]>", | ||
"Chelsea Komlo <[email protected]>", | ||
|
@@ -23,16 +23,16 @@ rustdoc-args = ["--cfg", "docsrs"] | |
|
||
[dependencies] | ||
document-features = "0.2.7" | ||
frost-core = { path = "../frost-core", version = "1.0.0-rc.0" } | ||
frost-rerandomized = { path = "../frost-rerandomized", version = "1.0.0-rc.0" } | ||
frost-core = { path = "../frost-core", version = "1.0.0" } | ||
frost-rerandomized = { path = "../frost-rerandomized", version = "1.0.0" } | ||
k256 = { version = "0.13.0", features = ["arithmetic", "expose-field", "hash2curve"] } | ||
rand_core = "0.6" | ||
sha2 = "0.10.2" | ||
|
||
[dev-dependencies] | ||
criterion = "0.5" | ||
frost-core = { path = "../frost-core", version = "1.0.0-rc.0", features = ["test-impl"] } | ||
frost-rerandomized = { path = "../frost-rerandomized", version = "1.0.0-rc.0", features = ["test-impl"] } | ||
frost-core = { path = "../frost-core", version = "1.0.0", features = ["test-impl"] } | ||
frost-rerandomized = { path = "../frost-rerandomized", version = "1.0.0", features = ["test-impl"] } | ||
insta = { version = "1.31.0", features = ["yaml"] } | ||
hex = "0.4.3" | ||
lazy_static = "1.4" | ||
|
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 +1,5 @@ | ||
// Required since each integration test is compiled as a separated crate, | ||
// and each one uses only part of the module. | ||
#![allow(dead_code)] | ||
|
||
pub mod samples; |
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
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
5 changes: 5 additions & 0 deletions
5
...-tr/tests/snapshots/serialization_tests__check_signing_nonces_postcard_serialization.snap
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
source: frost-secp256k1/tests/serialization_tests.rs | ||
expression: "hex::encode(&bytes)" | ||
--- | ||
00230f8ab3aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa9d1c9e899ca306ad27fe1945de0242b81aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa9d1c9e899ca306ad27fe1945de0242b8100230f8ab3034c7ff4f2ba8603998339c8e42675ceac23ef2e9623fdb260b24b1c944a2ea1a9034c7ff4f2ba8603998339c8e42675ceac23ef2e9623fdb260b24b1c944a2ea1a9 |