1
1
[package ]
2
2
name = " dsa"
3
- version = " 0.7.0-rc.4 "
3
+ version = " 0.7.0-rc.5 "
4
4
description = """
5
5
Pure Rust implementation of the Digital Signature Algorithm (DSA) as specified
6
6
in FIPS 186-4 (Digital Signature Standard), providing RFC6979 deterministic
@@ -17,12 +17,12 @@ rust-version = "1.85"
17
17
18
18
[dependencies ]
19
19
der = { version = " 0.8.0-rc.8" , features = [" alloc" ] }
20
- digest = " 0.11.0-rc.0 "
20
+ digest = " 0.11.0-rc.1 "
21
21
crypto-bigint = { version = " 0.7.0-rc.4" , default-features = false , features = [" alloc" , " zeroize" ] }
22
22
crypto-primes = { version = " 0.7.0-pre.1" , default-features = false }
23
- rfc6979 = { version = " 0.5.0-rc.0 " }
24
- sha2 = { version = " 0.11.0-rc.0 " , default-features = false }
25
- signature = { version = " 3.0.0-rc.2 " , default-features = false , features = [" alloc" , " digest" , " rand_core" ] }
23
+ rfc6979 = { version = " 0.5.0-rc.1 " }
24
+ sha2 = { version = " 0.11.0-rc.2 " , default-features = false }
25
+ signature = { version = " 3.0.0-rc.3 " , default-features = false , features = [" alloc" , " digest" , " rand_core" ] }
26
26
zeroize = { version = " 1" , default-features = false , features = [" alloc" ] }
27
27
28
28
# optional dependencies
@@ -35,7 +35,7 @@ pkcs8 = { version = "0.11.0-rc.6", default-features = false, features = ["pem"]
35
35
proptest = " 1"
36
36
rand = " 0.9"
37
37
rand_chacha = " 0.9"
38
- sha1 = " 0.11.0-rc.0 "
38
+ sha1 = " 0.11.0-rc.2 "
39
39
der = { version = " 0.8.0-rc.8" , features = [" derive" ] }
40
40
41
41
[features ]
0 commit comments