mirror of
https://github.com/RustCrypto/signatures
synced 2026-06-21 13:45:42 +00:00
dsa v0.7.0-rc.8 (#1129)
This commit is contained in:
Generated
+5
-5
@@ -323,9 +323,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "der"
|
||||
version = "0.8.0-rc.9"
|
||||
version = "0.8.0-rc.10"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e9d8dd2f26c86b27a2a8ea2767ec7f9df7a89516e4794e54ac01ee618dda3aa4"
|
||||
checksum = "02c1d73e9668ea6b6a28172aa55f3ebec38507131ce179051c8033b5c6037653"
|
||||
dependencies = [
|
||||
"const-oid",
|
||||
"der_derive",
|
||||
@@ -359,7 +359,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "dsa"
|
||||
version = "0.7.0-rc.7"
|
||||
version = "0.7.0-rc.8"
|
||||
dependencies = [
|
||||
"chacha20",
|
||||
"crypto-bigint",
|
||||
@@ -707,9 +707,9 @@ checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
|
||||
|
||||
[[package]]
|
||||
name = "pem-rfc7468"
|
||||
version = "1.0.0-rc.3"
|
||||
version = "1.0.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a8e58fab693c712c0d4e88f8eb3087b6521d060bcaf76aeb20cb192d809115ba"
|
||||
checksum = "a6305423e0e7738146434843d1694d621cce767262b2a86910beab705e4493d9"
|
||||
dependencies = [
|
||||
"base64ct",
|
||||
]
|
||||
|
||||
+4
-4
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "dsa"
|
||||
version = "0.7.0-rc.7"
|
||||
version = "0.7.0-rc.8"
|
||||
description = """
|
||||
Pure Rust implementation of the Digital Signature Algorithm (DSA) as specified
|
||||
in FIPS 186-4 (Digital Signature Standard), providing RFC6979 deterministic
|
||||
@@ -16,9 +16,9 @@ keywords = ["crypto", "nist", "signature"]
|
||||
rust-version = "1.85"
|
||||
|
||||
[dependencies]
|
||||
der = { version = "0.8.0-rc.9", features = ["alloc"] }
|
||||
der = { version = "0.8.0-rc.10", features = ["alloc"] }
|
||||
digest = "0.11.0-rc.5"
|
||||
crypto-bigint = { version = "0.7.0-rc.12", default-features = false, features = ["alloc", "zeroize"] }
|
||||
crypto-bigint = { version = "0.7.0-rc.13", default-features = false, features = ["alloc", "zeroize"] }
|
||||
crypto-primes = { version = "0.7.0-pre.5", default-features = false }
|
||||
rfc6979 = { version = "0.5.0-rc.3" }
|
||||
sha2 = { version = "0.11.0-rc.3", default-features = false }
|
||||
@@ -36,7 +36,7 @@ pkcs8 = { version = "0.11.0-rc.8", default-features = false, features = ["pem"]
|
||||
proptest = "1"
|
||||
getrandom = { version = "0.4.0-rc.0", features = ["sys_rng"] }
|
||||
sha1 = "0.11.0-rc.2"
|
||||
der = { version = "0.8.0-rc.9", features = ["derive"] }
|
||||
der = { version = "0.8.0-rc.10", features = ["derive"] }
|
||||
|
||||
[features]
|
||||
default = ["pkcs8"]
|
||||
|
||||
Reference in New Issue
Block a user