Fixed Cipher::decrypt and added tests for account encryption

This commit is contained in:
2024-01-27 12:45:40 +03:00
parent 9db3e8f7fe
commit 64e3210cc5
4 changed files with 202 additions and 163 deletions

View File

@@ -22,7 +22,7 @@ nursery = "warn"
workspace = true
[dependencies]
ahash = "0.8.3"
ahash = "0.8"
anyhow = "1"
arrayvec = "0.7"
base64 = "0.21"