dsa v0.7.0-rc.9 (#1149)

This commit is contained in:
Tony Arcieri
2026-01-12 14:40:12 -07:00
committed by GitHub
parent 837975e56c
commit 74e20a93fa
2 changed files with 2 additions and 2 deletions
Generated
+1 -1
View File
@@ -361,7 +361,7 @@ dependencies = [
[[package]]
name = "dsa"
version = "0.7.0-rc.8"
version = "0.7.0-rc.9"
dependencies = [
"chacha20",
"crypto-bigint",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "dsa"
version = "0.7.0-rc.8"
version = "0.7.0-rc.9"
description = """
Pure Rust implementation of the Digital Signature Algorithm (DSA) as specified
in FIPS 186-4 (Digital Signature Standard), providing RFC6979 deterministic