From 9645a4636f6f4b04f4e6aba84e3c77fa0f2f6961 Mon Sep 17 00:00:00 2001 From: Bernd Schoolmann Date: Wed, 15 Mar 2023 16:40:49 +0100 Subject: Implement argon2 kdf --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 703a3ba..19d11c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,6 +39,7 @@ rand = "0.8.5" region = "3.0.0" reqwest = { version = "0.11.14", default-features = false, features = ["blocking", "json", "rustls-tls-native-roots"] } rsa = "0.8.2" +rust-argon2 = "1.0.0" serde = { version = "1.0.154", features = ["derive"] } serde_json = "1.0.94" serde_path_to_error = "0.1.10" -- cgit v1.2.3-54-g00ecf