@@ -57,7 +57,7 @@ os_rng = ["rand_core/os_rng", "crypto-bigint/rand_core"]
57
57
serde = [" dep:serde" , " dep:serdect" , " crypto-bigint/serde" ]
58
58
pem = [" pkcs1/pem" , " pkcs8/pem" ]
59
59
pkcs5 = [" pkcs8/encryption" ]
60
- std = [" digest/std " , " pkcs1/std" , " pkcs8/std" , " rand_core/std" , " crypto-bigint/rand" ]
60
+ std = [" pkcs1/std" , " pkcs8/std" , " rand_core/std" , " crypto-bigint/rand" ]
61
61
62
62
63
63
[package .metadata .docs .rs ]
@@ -74,14 +74,23 @@ debug = true
74
74
# https://github.com/entropyxyz/crypto-primes/pull/74
75
75
crypto-primes = { git = " https://github.com/entropyxyz/crypto-primes.git" }
76
76
77
- signature = { git = " https://github.com/RustCrypto/traits.git" }
77
+ crypto-common = { git = " https://github.com/RustCrypto/traits.git" , branch = " digest/newtype" }
78
+ # cipher = { git = "https://github.com/RustCrypto/traits.git", branch = "digest/newtype" }
79
+ digest = { git = " https://github.com/RustCrypto/traits.git" , branch = " digest/newtype" }
80
+ signature = { git = " https://github.com/RustCrypto/traits.git" , branch = " digest/newtype" }
78
81
79
82
der = { git = " https://github.com/RustCrypto/formats.git" }
80
83
pkcs1 = { git = " https://github.com/RustCrypto/formats.git" }
81
84
pkcs5 = { git = " https://github.com/RustCrypto/formats.git" }
82
85
pkcs8 = { git = " https://github.com/RustCrypto/formats.git" }
83
86
87
+ sha1 = { git = " https://github.com/RustCrypto/hashes.git" , branch = " newtype" }
88
+ sha2 = { git = " https://github.com/RustCrypto/hashes.git" , branch = " newtype" }
89
+ sha3 = { git = " https://github.com/RustCrypto/hashes.git" , branch = " newtype" }
90
+
84
91
# https://github.com/RustCrypto/password-hashes/pull/577
85
92
# https://github.com/RustCrypto/password-hashes/pull/578
86
- pbkdf2 = { git = " https://github.com/baloo/password-hashes.git" , branch = " baloo/hmac-0.13.0-pre.5" }
87
- scrypt = { git = " https://github.com/baloo/password-hashes.git" , branch = " baloo/hmac-0.13.0-pre.5" }
93
+ pbkdf2 = { git = " https://github.com/baloo/password-hashes.git" , branch = " baloo/digest/newtype" }
94
+ scrypt = { git = " https://github.com/baloo/password-hashes.git" , branch = " baloo/digest/newtype" }
95
+
96
+ hmac = { git = " https://github.com/baloo/MACs.git" , branch = " baloo/digest-pin" }
0 commit comments