mirror of
https://github.com/RustCrypto/signatures
synced 2026-06-21 13:45:42 +00:00
dsa v0.7.0-rc.11 (#1174)
This commit is contained in:
Generated
+1
-1
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user