Skip to content

Commit

Permalink
refactor: add serialization and partialeq (#11)
Browse files Browse the repository at this point in the history
* refactor: add serialization and partialeq

* chore: run rustfmt
  • Loading branch information
mikesposito committed Sep 24, 2023
1 parent 06b0f99 commit 9f474ae
Show file tree
Hide file tree
Showing 20 changed files with 2,402 additions and 88 deletions.
99 changes: 99 additions & 0 deletions Cargo.lock

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

4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,15 @@ keywords = [
]

[dependencies]
bincode = "1.3.3"
bip32 = "~0.5.1"
chacha20poly1305 = "~0.9.0"
ecdsa = { version = "0.16.8", features = ["arithmetic", "signing"] }
hex = "~0.4.3"
hmac = "~0.12.1"
k256 = "0.13.1"
pbkdf2 = "~0.12.2"
rand_core = { version = "~0.6.0", features = ["std"] }
secp256k1 = "~0.27.0"
serde = { version = "1.0.188", features = ["derive"] }
sha3 = "~0.10.8"

0 comments on commit 9f474ae

Please sign in to comment.