refactor(hashing): introduce Hashable derive macro and migrate server types

This commit is contained in:
CleverWild
2026-04-08 01:32:59 +02:00
committed by Skipper
parent 100c257e95
commit 247cb90fbf
19 changed files with 238 additions and 118 deletions

View File

@@ -47,3 +47,4 @@ miette = { version = "7.6.0", features = ["fancy", "serde"] }
mutants = "0.0.4"
ml-dsa = { version = "0.1.0-rc.8", features = ["zeroize"] }
base64 = "0.22.1"
hmac = "0.12.1"