From e28eedd42b9d289238d87b0858a6cfa879fc772e Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sun, 29 Oct 2023 16:52:30 +0100 Subject: use pbkdf2 for room hash roo --- client-native-lib/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'client-native-lib/Cargo.toml') 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" -- cgit v1.2.3-70-g09d2