feat: Implement SigChain for append-only signed log management

This commit is contained in:
2025-12-20 14:29:08 +01:00
parent b16f9a0b39
commit a699c0b1a6
4 changed files with 425 additions and 7 deletions
+1
View File
@@ -39,6 +39,7 @@ tracing = "0.1"
bytes = "1"
dirs = "5"
blake3 = "1"
hex = "0.4"
# Testing
tokio-test = "0.4"