mgm: Generalize TDES logic to enable other algorithms (#625)
Co-authored-by: Jack Grigg <thestr4d@gmail.com> Co-authored-by: Greg Bowyer <gbowyer@fastmail.co.uk>
This commit is contained in:
committed by
GitHub
parent
7eb7a31a28
commit
1e1fe34734
Generated
+2
@@ -197,6 +197,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8a23fa214dea9efd4dacee5a5614646b30216ae0f05d4bb51bafb50e9da1c5be"
|
||||
dependencies = [
|
||||
"hybrid-array",
|
||||
"rand_core",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -1078,6 +1079,7 @@ version = "0.8.0"
|
||||
dependencies = [
|
||||
"base16ct",
|
||||
"bitflags 2.5.0",
|
||||
"cipher",
|
||||
"der",
|
||||
"des",
|
||||
"ecdsa",
|
||||
|
||||
Reference in New Issue
Block a user