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

@@ -8,6 +8,9 @@ ml-dsa = {workspace = true, optional = true }
rand = {workspace = true, optional = true}
base64 = {workspace = true, optional = true }
memsafe = {version = "0.4.0", optional = true}
hmac.workspace = true
alloy.workspace = true
chrono.workspace = true
[lints]
workspace = true