fix(server::bootsrapper): token compare is now constant-time

This commit is contained in:
hdbg
2026-04-06 18:27:46 +02:00
committed by Skipper
parent 2df25b8641
commit 13fb31f841
3 changed files with 17 additions and 8 deletions

View File

@@ -60,6 +60,7 @@ arbiter-tokens-registry.path = "../arbiter-tokens-registry"
anyhow = "1.0.102"
serde_with = "3.18.0"
mutants.workspace = true
subtle = "2.6.1"
[dev-dependencies]
insta = "1.46.3"