rfc6979 v0.5.0-rc.2 (#1089)

This commit is contained in:
Tony Arcieri
2025-10-22 12:28:54 -06:00
committed by GitHub
parent 5a2c2e24c5
commit fe23a8cf66
4 changed files with 4 additions and 4 deletions
Generated
+1 -1
View File
@@ -949,7 +949,7 @@ checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
[[package]]
name = "rfc6979"
version = "0.5.0-rc.1"
version = "0.5.0-rc.2"
dependencies = [
"hex-literal",
"hmac",
+1 -1
View File
@@ -20,7 +20,7 @@ der = { version = "0.8.0-rc.8", features = ["alloc"] }
digest = "0.11.0-rc.1"
crypto-bigint = { version = "0.7.0-rc.6", default-features = false, features = ["alloc", "zeroize"] }
crypto-primes = { version = "0.7.0-pre.2", default-features = false }
rfc6979 = { version = "0.5.0-rc.1" }
rfc6979 = { version = "0.5.0-rc.2" }
sha2 = { version = "0.11.0-rc.2", default-features = false }
signature = { version = "3.0.0-rc.4", default-features = false, features = ["alloc", "digest", "rand_core"] }
zeroize = { version = "1", default-features = false, features = ["alloc"] }
+1 -1
View File
@@ -24,7 +24,7 @@ zeroize = { version = "1.5", default-features = false }
# optional dependencies
der = { version = "0.8.0-rc.8", optional = true }
digest = { version = "0.11.0-rc.2", optional = true, default-features = false, features = ["oid"] }
rfc6979 = { version = "0.5.0-rc.1", optional = true }
rfc6979 = { version = "0.5.0-rc.2", optional = true }
serdect = { version = "0.4", optional = true, default-features = false, features = ["alloc"] }
sha2 = { version = "0.11.0-rc.2", optional = true, default-features = false, features = ["oid"] }
spki = { version = "0.8.0-rc.4", optional = true, default-features = false }
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "rfc6979"
version = "0.5.0-rc.1"
version = "0.5.0-rc.2"
description = """
Pure Rust implementation of RFC6979: Deterministic Usage of the
Digital Signature Algorithm (DSA) and Elliptic Curve Digital Signature Algorithm (ECDSA)