Add signature basics

Add a way to sign and verify keys. Still need to figure out the
keyserver situation and how to make that shit work
This commit is contained in:
2026-05-31 11:08:27 -07:00
parent 49cbd905ce
commit 3edf74d890
3 changed files with 191 additions and 4 deletions
+4
View File
@@ -4,8 +4,12 @@ version = "0.1.0"
edition = "2024"
[dependencies]
# This is kinda an old version but the dalek side of v3 is still in prerelease
ed25519 = "2.2.3"
rmp-serde = "1.3.1"
serde = { version = "1.0", features = ["derive"] }
serde_bytes = "0.11.19"
thiserror = "2.0.18"
time = {version = "0.3.47", features = ["serde"]}
[dependencies.uuid]