Skip to content

Commit

Permalink
rfc6979 v0.5.0-pre.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Jan 17, 2024
1 parent 9eda95a commit 2d971e5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dsa/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ digest = "=0.11.0-pre.7"
num-bigint = { package = "num-bigint-dig", version = "0.8", default-features = false, features = ["prime", "rand", "zeroize"] }
num-traits = { version = "0.2", default-features = false }
pkcs8 = { version = "=0.11.0-pre.0", default-features = false, features = ["alloc"] }
rfc6979 = { version = "=0.5.0-pre.1", path = "../rfc6979" }
rfc6979 = { version = "=0.5.0-pre.2", path = "../rfc6979" }
sha2 = { version = "=0.11.0-pre.2", default-features = false }
signature = { version = "=2.3.0-pre.2", default-features = false, features = ["alloc", "digest", "rand_core"] }
zeroize = { version = "1", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion ecdsa/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ signature = { version = "=2.3.0-pre.2", default-features = false, features = ["r
# optional dependencies
der = { version = "=0.8.0-pre.0", optional = true }
digest = { version = "=0.11.0-pre.7", optional = true, default-features = false, features = ["oid"] }
rfc6979 = { version = "=0.5.0-pre.1", optional = true, path = "../rfc6979" }
rfc6979 = { version = "=0.5.0-pre.2", optional = true, path = "../rfc6979" }
serdect = { version = "0.2", optional = true, default-features = false, features = ["alloc"] }
sha2 = { version = "=0.11.0-pre.2", optional = true, default-features = false, features = ["oid"] }
spki = { version = "=0.8.0-pre.0", optional = true, default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion rfc6979/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rfc6979"
version = "0.5.0-pre.1"
version = "0.5.0-pre.2"
description = """
Pure Rust implementation of RFC6979: Deterministic Usage of the
Digital Signature Algorithm (DSA) and Elliptic Curve Digital Signature Algorithm (ECDSA)
Expand Down

0 comments on commit 2d971e5

Please sign in to comment.