dsa v0.7.0-rc.11 (#1174)

This commit is contained in:
Tony Arcieri
2026-01-25 13:38:33 -07:00
committed by GitHub
parent e22c4fc5a2
commit 3f69e4e2ad
2 changed files with 2 additions and 2 deletions
Generated
+1 -1
View File
@@ -367,7 +367,7 @@ dependencies = [
[[package]]
name = "dsa"
version = "0.7.0-rc.10"
version = "0.7.0-rc.11"
dependencies = [
"chacha20",
"crypto-bigint",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "dsa"
version = "0.7.0-rc.10"
version = "0.7.0-rc.11"
description = """
Pure Rust implementation of the Digital Signature Algorithm (DSA) as specified
in FIPS 186-4 (Digital Signature Standard), providing RFC6979 deterministic