Skip to content

Commit

Permalink
Merge pull request #4 from SiaFoundation/chris/serde-serializer
Browse files Browse the repository at this point in the history
Implement serde Serializer for Sia encoding
  • Loading branch information
n8maninger authored Apr 16, 2024
2 parents 2624f60 + faab940 commit 8de6c24
Show file tree
Hide file tree
Showing 4 changed files with 514 additions and 0 deletions.
22 changes: 22 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 @@ -12,3 +12,5 @@ bip39 = "2.0.0"
blake2b_simd = "1.0.2"
ed25519-dalek = "2.1.1"
hex = "0.4.3"
serde = { version = "1.0.197", features = ["derive"] }
thiserror = "1.0.58"
Loading

0 comments on commit 8de6c24

Please sign in to comment.