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:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user