Randomly sort included before doing share verification

This commit is contained in:
Luke Parker
2022-12-13 15:41:37 -05:00
parent 4871fc7441
commit ace7506172
11 changed files with 44 additions and 22 deletions

View File

@@ -15,8 +15,8 @@ rustdoc-args = ["--cfg", "docsrs"]
[dependencies]
thiserror = "1"
rand_core = "0.6"
rand_chacha = "0.3"
rand = "0.8"
zeroize = { version = "1.5", features = ["zeroize_derive"] }
subtle = "2"