rfc6979 v0.5.0-rc.3 (#1100)

This commit is contained in:
Tony Arcieri
2025-11-06 07:59:00 -07:00
committed by GitHub
parent f4e32ec935
commit 293c7d99f7
4 changed files with 4 additions and 4 deletions
Generated
+1 -1
View File
@@ -974,7 +974,7 @@ checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
[[package]]
name = "rfc6979"
version = "0.5.0-rc.2"
version = "0.5.0-rc.3"
dependencies = [
"hex-literal",
"hmac",
+1 -1
View File
@@ -20,7 +20,7 @@ der = { version = "0.8.0-rc.9", features = ["alloc"] }
digest = "0.11.0-rc.4"
crypto-bigint = { version = "0.7.0-rc.10", default-features = false, features = ["alloc", "zeroize"] }
crypto-primes = { version = "0.7.0-pre.3", default-features = false }
rfc6979 = { version = "0.5.0-rc.2" }
rfc6979 = { version = "0.5.0-rc.3" }
sha2 = { version = "0.11.0-rc.3", default-features = false }
signature = { version = "3.0.0-rc.5", 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.9", optional = true }
digest = { version = "0.11.0-rc.4", optional = true, default-features = false, features = ["oid"] }
rfc6979 = { version = "0.5.0-rc.2", optional = true }
rfc6979 = { version = "0.5.0-rc.3", optional = true }
serdect = { version = "0.4", optional = true, default-features = false, features = ["alloc"] }
sha2 = { version = "0.11.0-rc.3", 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.2"
version = "0.5.0-rc.3"
description = """
Pure Rust implementation of RFC6979: Deterministic Usage of the
Digital Signature Algorithm (DSA) and Elliptic Curve Digital Signature Algorithm (ECDSA)