Skip to content

Commit

Permalink
feature: add sign/verify cli for text
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrchen committed Mar 24, 2024
1 parent bbccc7d commit ae4b658
Show file tree
Hide file tree
Showing 17 changed files with 634 additions and 51 deletions.
253 changes: 253 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ license = "MIT"
[dependencies]
anyhow = "1.0.81"
base64 = "0.22.0"
blake3 = "1.5.1"
clap = { version = "4.5.3", features = ["derive"] }
csv = "1.3.0"
ed25519-dalek = { version = "2.1.1", features = ["rand_core"] }
rand = "0.8.5"
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.114"
Expand Down
Loading

0 comments on commit ae4b658

Please sign in to comment.