diff options
author | metamuffin <metamuffin@disroot.org> | 2023-10-29 16:52:30 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-10-29 16:52:30 +0100 |
commit | e28eedd42b9d289238d87b0858a6cfa879fc772e (patch) | |
tree | d46cc40f63331fae926b3821b5b5ba1934708a3d /client-native-lib/Cargo.toml | |
parent | 695e497e86d47b14622299d5f2d47d14e0118d4f (diff) | |
download | keks-meet-e28eedd42b9d289238d87b0858a6cfa879fc772e.tar keks-meet-e28eedd42b9d289238d87b0858a6cfa879fc772e.tar.bz2 keks-meet-e28eedd42b9d289238d87b0858a6cfa879fc772e.tar.zst |
use pbkdf2 for room hash roo0.2.3
Diffstat (limited to 'client-native-lib/Cargo.toml')
-rw-r--r-- | client-native-lib/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client-native-lib/Cargo.toml b/client-native-lib/Cargo.toml index ecfa0aa..d0a0d44 100644 --- a/client-native-lib/Cargo.toml +++ b/client-native-lib/Cargo.toml @@ -18,7 +18,8 @@ log = "0.4" fastpbkdf2 = "0.1.0" aes-gcm = "0.10.3" -sha256 = "1.4.0" +hex = "0.4.3" +sha2 = "0.10.8" rand = "0.8.5" rand_chacha = "0.3.1" base64 = "0.21.5" |