CryptoUtil

This commit is contained in:
Alex Emmet 2026-07-03 16:43:29 +02:00
commit 912aa9491c
10 changed files with 153 additions and 35 deletions

1
Cargo.lock generated
View file

@ -1029,6 +1029,7 @@ name = "mtp-crypto"
version = "0.1.0"
dependencies = [
"aes-gcm",
"base64",
"chacha20poly1305",
"ed25519-dalek",
"getrandom 0.4.3",