From edfab6ae2f97a7288ff456265050c01ff397ea8c Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Wed, 14 Apr 2021 03:27:27 +0300 Subject: [WIP] Initial implementation of user auth There is a dance involved and everything Write down specs for RSA and AES, padding scheme, ugh. --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 6701daf..3b6e71e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,6 +20,9 @@ blake2 = "0.9.1" hex-literal = "0.3.1" jsonwebtoken = "7.2.0" md-5 = "0.9.1" +rsa = "0.4.0" +base64 = "0.13.0" +sha2 = "0.9.3" [dev-dependencies] serde_test = "1.0.117" -- cgit v1.2.3-70-g09d2