Skip to content

Commit

Permalink
features: support text sign, part I
Browse files Browse the repository at this point in the history
  • Loading branch information
rcrwhyg committed Aug 27, 2024
1 parent 31f7b75 commit d434b81
Show file tree
Hide file tree
Showing 13 changed files with 455 additions and 34 deletions.
239 changes: 239 additions & 0 deletions Cargo.lock

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

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@ license = "MIT"
[dependencies]
anyhow = "1.0.86"
base64 = "0.22.1"
blake3 = "1.5.4"
clap = { version = "4.5.16", features = ["derive"] }
csv = "1.3.0"
ed25519-dalek = "2.1.1"
rand = "0.8.5"
serde = { version = "1.0.209", features = ["derive"] }
serde_json = "1.0.127"
serde_yaml = "0.9.34"
serde_yaml = "0.9.33"
zxcvbn = "3.1.0"
1 change: 1 addition & 0 deletions fixtures/blake3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SAI5V%f$1!HvIqB+AZX2QqA-g_fEEGMY
Loading

0 comments on commit d434b81

Please sign in to comment.