Skip to content

Commit

Permalink
Merge pull request #1 from cryptape/feat/creation
Browse files Browse the repository at this point in the history
feat: packet creation
  • Loading branch information
doitian authored Sep 11, 2024
2 parents ae6f403 + 575ef21 commit 5dc0c73
Show file tree
Hide file tree
Showing 3 changed files with 702 additions and 5 deletions.
261 changes: 261 additions & 0 deletions Cargo.lock

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

8 changes: 8 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,11 @@ version = "0.1.0"
edition = "2021"

[dependencies]
secp256k1 = { version = "0.28.0", features = ["serde"] }
sha2 = "0.10.8"
hmac = "0.12.1"
thiserror = "1.0"
chacha20 = "0.9.1"

[dev-dependencies]
hex-conservative = "0.2.1"
Loading

0 comments on commit 5dc0c73

Please sign in to comment.