CryptoUtil
This commit is contained in:
parent
1efcb8837c
commit
912aa9491c
10 changed files with 153 additions and 35 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
|
@ -1029,6 +1029,7 @@ name = "mtp-crypto"
|
|||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"aes-gcm",
|
||||
"base64",
|
||||
"chacha20poly1305",
|
||||
"ed25519-dalek",
|
||||
"getrandom 0.4.3",
|
||||
|
|
|
|||
Loading…
Reference in a new issue