[Fix] Harden MTP codec, transport, and SDK security
This commit is contained in:
parent
188caf56cc
commit
a7e804c603
73 changed files with 11892 additions and 5756 deletions
|
|
@ -27,7 +27,7 @@ getrandom-v04 = { package = "getrandom", version = "0.4.3", features = ["wasm_js
|
|||
mtp-common = { version = "0.3.0", path = "../common" }
|
||||
mtp-type-map = { version = "0.3.0", path = "../type-map" }
|
||||
mtp-codec = { version = "0.3.0", path = "../codec", features = ["crypto", "pipes", "registry"] }
|
||||
mtp-crypto = { version = "0.3.0", path = "../crypto", features = ["wasm"] }
|
||||
mtp-crypto = { version = "0.3.0", path = "../crypto", features = ["wasm", "password-kdf"] }
|
||||
zeroize = "1.9"
|
||||
wasm-bindgen-test = "0.3.76"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue